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

Files at this revision

API Documentation at this revision

Comitter:
RobMeades
Date:
Mon Jun 12 21:37:02 2017 +0000
Parent:
4:3e2b789c3adc
Child:
6:44f09346e8af
Commit message:
ublox-at-cellular-interface library now outside mbed-os.

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
ublox-at-cellular-interface.lib Show annotated file Show diff for this revision Revisions of this file
--- 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);
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ublox-at-cellular-interface.lib	Mon Jun 12 21:37:02 2017 +0000
@@ -0,0 +1,1 @@
+https://developer.mbed.org/teams/ublox/code/ublox-at-cellular-interface/#7ccf0e7e8a83