Example program running mbedClient over UbloxATCellularInterface or OnboardCellularInterface for the C030 platform.

Dependencies:   ublox-cellular-base ublox-at-cellular-interface ublox-ppp-cellular-interface ublox-at-cellular-interface-n2xx ublox-cellular-base-n2xx

Revision:
15:21e0bf60dd0c
Parent:
13:c1f582d9ad94
Child:
16:d4f4a9dfa938
--- a/main.cpp	Thu Sep 28 15:55:31 2017 +0100
+++ b/main.cpp	Fri Nov 03 13:04:06 2017 +0000
@@ -173,8 +173,8 @@
     INTERFACE_CLASS *interface = new INTERFACE_CLASS();
     // If you need to debug the cellular interface, comment out the
     // instantiation above and uncomment the one below.
-    // For the N2xx interface, change xxx to MBED_CONF_UBLOX_CELL_BAUD_RATE,
-    // while for the non-N2xx interface change it to MBED_CONF_UBLOX_CELL_N2XX_BAUD_RATE.
+    // For the N2xx interface, change xxx to MBED_CONF_UBLOX_CELL_N2XX_BAUD_RATE,
+    // while for the non-N2xx interface change it to MBED_CONF_UBLOX_CELL_BAUD_RATE.
 //    INTERFACE_CLASS *interface = new INTERFACE_CLASS(MDMTXD, MDMRXD,
 //                                                     xxx,
 //                                                     true);