Cellular library for MTS Socket Modem Arduino Shield devices from Multi-Tech Systems

Dependents:   mtsas mtsas mtsas mtsas

Revisions of Test/TestSMS.h

Revision Date Message Actions
48:3f9d82915e83 2014-08-01 Added '>' case for exiting sendCommand() due to how sendSMS() in Cellular.cpp works.; Modified testSMS.h slightly to make test sections clearer. File  Diff  Annotate
47:16a9297b59ba 2014-08-01 Forgot to remove APN internet from TestSMS.h File  Diff  Annotate
43:91c5e53f508f 2014-07-31 Added Working example code to EasyIP.h File  Diff  Annotate
42:adcf25505b1c 2014-07-30 Also added default local_port of 1 for radio type MTSMC_EV3 under EasyIP.cpp.; (Will need to check other radio types for the necessity of a default local_port of 1 instead of 0 as well) File  Diff  Annotate
41:8b9b5098696f 2014-07-30 Rewrote sendCommand() function in Cellular.cpp, and fixed failure to find radio type error in CellularFactory.cpp caused by unsolicited response #STN File  Diff  Annotate
36:948d06b3e23c 2014-07-23 Changed SMS format to only add preceding '+' to UIP radio types in Cellular.cpp, and added case of ERROR to AT+CMGS result. File  Diff  Annotate
35:257eb41405e1 2014-07-21 Cellular.cpp Fixed char-delay causing failed SMS.; EasyIP.cpp Added closed-connection checking.; TestSMS.h Added SIM-not-ready checking loop before starting SMS test. File  Diff  Annotate
25:817e9d94bfd7 2014-07-09 delete SMS messages at start of SMS unit test File  Diff  Annotate
24:32d29cdfc1fa 2014-06-23 change all instances of SUCCESS to MTS_SUCCESS File  Diff  Annotate
21:916ef2da10f1 2014-06-17 fix compile error with APN File  Diff  Annotate
20:7cc2f55fb16b 2014-06-17 remove apn from tests File  Diff  Annotate
18:fa0d8120f81f 2014-06-16 update SUCCESS, FAILURE, and friends to MTS_* so they don't conflict with definitions for STMicro boards File  Diff  Annotate
17:dee902f7d00e 2014-06-05 add unit tests for SMS File  Diff  Annotate