Example program for the UbloxCellularDriverGen class, providing SMS, USSD and module file system support. This program may be used on the C027 and C030 (non N2xx-flavour) boards.

Dependencies:   ublox-cellular-driver-gen ublox-cellular-base

Revision:
4:39208ab9cc04
Parent:
3:26dc68582d21
Child:
5:77134c30d863
--- a/main.cpp	Fri Jun 09 14:40:28 2017 +0000
+++ b/main.cpp	Tue Jun 13 02:01:05 2017 +0100
@@ -144,6 +144,11 @@
 int main()
 {
     UbloxCellularDriverGen *driver = new UbloxCellularDriverGen();
+    // If you need to debug the cellular interface, comment out the
+    // instantiation above and uncomment the one below.
+//    UbloxCellularDriverGen *driver = new UbloxCellularDriverGen(MDMTXD, MDMRXD,
+//                                                                MBED_CONF_UBLOX_CELL_BAUD_RATE,
+//                                                                true);
     char buf[1024];
     int x;
     int index[8];