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:
7:69e676f4af84
Parent:
4:2bf3875a13f1
Child:
11:4be20bab5138
--- a/UbloxATCellularInterfaceN2xx.h	Wed Sep 13 15:57:06 2017 +0100
+++ b/UbloxATCellularInterfaceN2xx.h	Thu Sep 14 10:29:22 2017 +0100
@@ -281,12 +281,12 @@
     /** The maximum number of bytes in a packet that can be written
      * to the AT interface in one go.
      */
-    #define MAX_WRITE_SIZE 512
+    #define MAX_WRITE_SIZE_N2XX 512
 
     /** The maximum number of bytes in a packet that can be read from
      * from the AT interface in one go.
      */
-    #define MAX_READ_SIZE 512
+    #define MAX_READ_SIZE_N2XX 512
 
     /** Management structure for sockets.
      */