Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of MTS-Cellular by
Diff: Cellular/EasyIP.cpp
- Revision:
- 40:ecef43f87c7a
- Parent:
- 39:629fc8475af1
- Parent:
- 38:b2088faa8bfd
- Child:
- 41:8b9b5098696f
diff -r 629fc8475af1 -r ecef43f87c7a Cellular/EasyIP.cpp --- a/Cellular/EasyIP.cpp Tue Jul 29 19:36:29 2014 +0000 +++ b/Cellular/EasyIP.cpp Tue Jul 29 19:39:01 2014 +0000 @@ -384,7 +384,7 @@ } //5) Open Socket sprintf(sOpenSocketCmd, "AT#SD=1,%d,%d,%s,%d,%d,0", typeSocket, port, address.c_str(),closeType , local_port); - std::string response = sendCommand(sOpenSocketCmd, 140000); + std::string response = sendCommand(sOpenSocketCmd, 60000); if(response.find("CONNECT") != std::string::npos) { host_address = address;