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:
34:60682c702c3f
Parent:
33:e04aa7c013c9
Child:
36:bb6b293c7495
Child:
39:6e94520a3217
Child:
41:81d035fb0b6a
--- a/cellular/Cellular.h	Wed Dec 18 22:47:24 2013 +0000
+++ b/cellular/Cellular.h	Wed Dec 18 23:05:31 2013 +0000
@@ -15,10 +15,10 @@
 const char DLE = 0x10;  //Escapes ETX and DLE within Payload
 
 // An array of strings for printing the names of the Code enum.
-const string CodeNames[] = {"OK", "ERROR", "NO_RESPONSE", "FAILURE"};
+//const string CodeNames[] = {"OK", "ERROR", "NO_RESPONSE", "FAILURE"};
 
 // An array of strings for printing the names of the Registration enum.
-const string RegistrationNames[] = {"NOT_REGISTERED", "REGISTERED", "SEARCHING", "DENIED", "UNKNOWN", "ROAMING"};
+//const string RegistrationNames[] = {"NOT_REGISTERED", "REGISTERED", "SEARCHING", "DENIED", "UNKNOWN", "ROAMING"};
 
 
 /** This is a class for communicating with a Multi-Tech Systems SocketModem iCell. The