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:
119:544578fd290c
Parent:
117:e59a616ffe16
Child:
121:5a7fba896c98
--- a/wifi/Wifi.cpp	Tue Dec 31 22:02:07 2013 +0000
+++ b/wifi/Wifi.cpp	Tue Dec 31 22:09:21 2013 +0000
@@ -332,7 +332,8 @@
             return false;
         }
     }
-
+    
+    wait(1); //Wait so the subsequent isOpen calls return correctly.
     io->rxClear();
     io->txClear();