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:
106:358972176b89
Parent:
103:da58d27c15d7
Child:
108:554585370b4a
--- a/cellular/Cellular.h	Tue Dec 31 15:11:04 2013 +0000
+++ b/cellular/Cellular.h	Tue Dec 31 16:34:22 2013 +0000
@@ -354,7 +354,7 @@
     * @param timeoutMillis the time in millis to wait for a response before returning.
     * @param esc escape character to add at the end of the command, defaults to
     * carriage return (CR).
-    * @returns the standard AT Code enumeration.
+    * @returns the standard Code enumeration.
     */
     Code sendBasicCommand(const std::string& command, unsigned int timeoutMillis, char esc = CR);