A library for talking to Multi-Tech's Cellular SocketModem Devices.

Dependents:   M2X_dev axeda_wrapper_dev MTS_M2x_Example1 MTS_Cellular_Connect_Example ... more

Revision:
143:c7d8fe37981b
Parent:
141:571e0ef6c8dc
--- a/tests/test_main.cpp	Sat Jan 04 21:09:13 2014 +0000
+++ b/tests/test_main.cpp	Sun Jan 05 05:49:42 2014 +0000
@@ -33,10 +33,6 @@
 
     /*
     // SMS TEST
-    for (int i = 30; i >= 0; i = i - 2) {
-        wait(2);
-        printf("Waiting %d seconds...\n\r", i);
-    }  
     Transport::setTransport(Transport::CELLULAR);
     MTSSerialFlowControl* serial = new MTSSerialFlowControl(PTD3, PTD2, PTA12, PTC8);
     serial->baud(115200);