Example program for MTS Universal Socked Modem Shield and WiFi Shield. Test that you can connect to Axeda with your account.

Dependencies:   AxedaWrapper SocketModem mbed

Fork of axeda_wrapper_dev by Mike Fiore

Revision:
4:bb9bfd6be913
Parent:
2:8c58dd4197c6
Child:
5:e1ac66f8cd26
--- a/main.cpp	Sat Jan 04 07:58:48 2014 +0000
+++ b/main.cpp	Sun Jan 05 05:56:03 2014 +0000
@@ -12,11 +12,6 @@
 
 int main() {
 #if CELL_SHIELD
-    for (int i = 30; i >= 0; i = i - 2) {
-        wait(2);
-        printf("Waiting %d seconds...\n\r", i);
-    }
-    
     MTSSerialFlowControl* serial = new MTSSerialFlowControl(PTD3, PTD2, PTA12, PTC8);
     serial->baud(115200);
     Transport::setTransport(Transport::CELLULAR);