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:
Thu May 29 22:03:41 2014 +0000
Parent:
146:efc4db23a564
Child:
149:e0a437f61854
Commit message:
add missing end paren in test_TCP_Socket.h

Changed in this revision

tests/test_TCP_Socket.h Show annotated file Show diff for this revision Revisions of this file
--- 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