Example program for MTS Universal Socked Modem Shield. Test that you can connect to a network.

Dependencies:   SocketModem mbed

Revision:
5:6950fcac0abd
Parent:
3:ad2245759407
--- a/main.cpp	Sat Jan 04 21:10:51 2014 +0000
+++ b/main.cpp	Sun Jan 05 06:10:51 2014 +0000
@@ -12,12 +12,6 @@
 
 main()
 {
-    //Wait for radio to boot up
-    for (int i = 30; i >= 0; i = i - 5) {
-        wait(5);
-        printf("Waiting %d seconds...\n\r", i);
-    }
-
     //Setup serial interface to radio
     MTSSerialFlowControl* serial = new MTSSerialFlowControl(PTD3, PTD2, PTA12, PTC8);
     serial->baud(115200);