Implementation of the CellularInterface for u-blox C027 and C030 (non-N2xx flavour) modems that uses the IP stack on-board the cellular modem, hence not requiring LWIP (and so less RAM) and allowing any AT command exchanges to be carried out at the same time as data transfers (since the modem remains in AT mode all the time). This library may be used from mbed 5.5 onwards. If you need to use SMS, USSD or access the modem file system at the same time as using the CellularInterface then use ublox-at-cellular-interface-ext instead.

Dependents:   example-ublox-cellular-interface example-ublox-cellular-interface_r410M example-ublox-mbed-client example-ublox-cellular-interface ... more

Files at this revision

API Documentation at this revision

Comitter:
rob.meades@u-blox.com
Date:
Thu Aug 03 13:31:32 2017 +0100
Parent:
7:3b2ca10cc23a
Child:
9:ffab574dcc20
Commit message:
Correct JSON formatting by adding a missing comma.

Changed in this revision

TESTS/unit_tests/default/template_mbed_app.txt Show annotated file Show diff for this revision Revisions of this file
--- a/TESTS/unit_tests/default/template_mbed_app.txt	Fri Jun 30 13:29:19 2017 +0100
+++ b/TESTS/unit_tests/default/template_mbed_app.txt	Thu Aug 03 13:31:32 2017 +0100
@@ -59,7 +59,7 @@
         "udp-max-packet-size": {
             "help": "The maximum UDP packet size to use when testing; 1024 bytes is the limit at the AT interface but 508 bytes is considered more reliable for the public internet",
             "value": 508
-        }
+        },
         "udp-max-frag-packet-size": {
             "help": "The maximum size of UDP data to test with that we know will be fragmented across multiple UDP packets",
             "value": 1500