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

Files at this revision

API Documentation at this revision

Comitter:
rob.meades@u-blox.com
Date:
Tue Jun 13 02:01:05 2017 +0100
Parent:
3:26dc68582d21
Child:
5:77134c30d863
Commit message:
CellularBase at top level.

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed-os.lib Show annotated file Show diff for this revision Revisions of this file
ublox-cellular-base.lib Show annotated file Show diff for this revision Revisions of this file
ublox-cellular-driver-gen.lib Show annotated file Show diff for this revision Revisions of this file
--- 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];
--- a/mbed-os.lib	Fri Jun 09 14:40:28 2017 +0000
+++ b/mbed-os.lib	Tue Jun 13 02:01:05 2017 +0100
@@ -1,1 +1,1 @@
-https://github.com/u-blox/mbed-os/#66cee1c02baf29d6b17c3778b6767592b9cbfd60
+https://github.com/u-blox/mbed-os/#4eb6495f370c0a410e6b56be6043591087990ff3
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ublox-cellular-base.lib	Tue Jun 13 02:01:05 2017 +0100
@@ -0,0 +1,1 @@
+https://developer.mbed.org/teams/ublox/code/ublox-cellular-base/#5aaecf2572dc
--- a/ublox-cellular-driver-gen.lib	Fri Jun 09 14:40:28 2017 +0000
+++ b/ublox-cellular-driver-gen.lib	Tue Jun 13 02:01:05 2017 +0100
@@ -1,1 +1,1 @@
-https://developer.mbed.org/teams/ublox/code/ublox-cellular-driver-gen/#08302b9cd519
+https://mbed.org/teams/ublox/code/ublox-cellular-driver-gen/#027c9eaec52c