Example program to demonstrate the use of the UbloxATCellularInterfaceExt class, providing FTP, HTTP, and CellLocate support. It may be used on the C027 and C030 (non-N2xx flavour) boards.

Dependencies:   gnss ublox-at-cellular-interface-ext ublox-cellular-base ublox-cellular-driver-gen

Fork of example-ublox-at-cellular-interface-ext by u-blox

Revision:
9:da9695394d5f
Parent:
8:11be5eb33196
Child:
12:1e1c58088143
--- a/main.cpp	Tue Jun 13 00:13:40 2017 +0100
+++ b/main.cpp	Tue Jun 13 01:07:12 2017 +0100
@@ -126,12 +126,12 @@
 
 int main()
 {
-//    UbloxATCellularInterfaceExt *interface = new UbloxATCellularInterfaceExt();
+    UbloxATCellularInterfaceExt *interface = new UbloxATCellularInterfaceExt();
     // If you need to debug the cellular interface, comment out the
     // instantiation above and uncomment the one below.
-    UbloxATCellularInterfaceExt *interface = new UbloxATCellularInterfaceExt(MDMTXD, MDMRXD,
-                                                                             MBED_CONF_UBLOX_CELL_BAUD_RATE,
-                                                                             true);
+//    UbloxATCellularInterfaceExt *interface = new UbloxATCellularInterfaceExt(MDMTXD, MDMRXD,
+//                                                                             MBED_CONF_UBLOX_CELL_BAUD_RATE,
+//                                                                             true);
     UbloxATCellularInterfaceExt::Error *err;
     UbloxATCellularInterfaceExt::CellLocData data;
     char buf[1024];