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

Revision:
8:edac5187d765
Parent:
6:63dad754c267
Child:
20:2e8e1c573e18
--- 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