Example program that uses the mbed UbloxATCellularInterface or OnboardCellularInterface classes to perform simple sockets operations. This program can be used on the C027 and C030 boards, including the C030 N2xx version with a little editing.

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

Revision:
5:bf352de1d3e5
Parent:
4:3e2b789c3adc
Child:
8:3e170c40a284
--- a/main.cpp	Mon Jun 12 09:09:13 2017 +0000
+++ b/main.cpp	Mon Jun 12 21:37:02 2017 +0000
@@ -112,8 +112,8 @@
 int main()
 {
     UbloxATCellularInterface *interface = new UbloxATCellularInterface();
-// If you need to debug the cellular interface, comment out the
-// instantiation above and uncomment the one below.
+    // If you need to debug the cellular interface, comment out the
+    // instantiation above and uncomment the one below.
 //    UbloxATCellularInterface *interface = new UbloxATCellularInterface(MDMTXD, MDMRXD,
 //                                                                       MBED_CONF_UBLOX_CELL_BAUD_RATE,
 //                                                                       true);