Base class for the u-blox N2xx modems. Cannot be used standalone, only inherited by classes that do properly useful stuff. Or, to put it another way, if you are using any of the classes ending with 'n2xx', you will need this class also. 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:
4:8cd7a682a5ab
Parent:
1:d4ff95ab40ae
Child:
7:f1c3373e4ff5
--- a/UbloxCellularBaseN2xx.h	Thu Sep 28 15:30:37 2017 +0100
+++ b/UbloxCellularBaseN2xx.h	Thu Sep 28 15:31:54 2017 +0100
@@ -394,7 +394,7 @@
      */
     void baseClassInit(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);
 
     /** Set the AT parser timeout.