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

Files at this revision

API Documentation at this revision

Comitter:
mfiore
Date:
Fri Jul 11 16:46:28 2014 +0000
Parent:
148:df9feef182b4
Parent:
147:cc1789c65687
Child:
151:483208276759
Commit message:
merge commit 147

Changed in this revision

--- a/tests/test_TCP_Socket.h	Fri Jul 11 16:45:35 2014 +0000
+++ b/tests/test_TCP_Socket.h	Fri Jul 11 16:46:28 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