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:
147:cc1789c65687
Parent:
143:c7d8fe37981b
--- a/tests/test_TCP_Socket.h	Mon Jan 20 15:33:54 2014 +0000
+++ b/tests/test_TCP_Socket.h	Thu May 29 22:03:41 2014 +0000
@@ -53,7 +53,7 @@
     Code code;
     /* this test is set up to interact with a server listening at the following address and port */
     const int TEST_PORT = 7000;
-    const std::string TEST_SERVER("204.26.122.5";
+    const std::string TEST_SERVER("204.26.122.5");
     
     printf("TCP SOCKET TESTING\r\n");
 #if CELL_SHIELD