Implementation of the CellularInterface for u-blox C030 boards with N2xx modems. Note: requires the N211 module firmware to be at least 06.57 A01.02.

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

Revision:
11:4be20bab5138
Parent:
7:69e676f4af84
Child:
14:7fb0bbdc4242
--- a/UbloxATCellularInterfaceN2xx.h	Thu Sep 28 15:19:21 2017 +0100
+++ b/UbloxATCellularInterfaceN2xx.h	Thu Sep 28 15:30:22 2017 +0100
@@ -74,7 +74,7 @@
      */
      UbloxATCellularInterfaceN2xx(PinName tx = MDMTXD,
                               PinName rx = MDMRXD,
-                              int baud = MBED_CONF_UBLOX_CELL_BAUD_RATE,
+                              int baud = MBED_CONF_UBLOX_CELL_N2XX_BAUD_RATE,
                               bool debug_on = false);
 
      /* Destructor.