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
74:d232ae44d136 2015-03-11 Removed APN declaration under TestSMS.h as it's been centralized to doTests() File  Diff  Annotate
68:66f4126100b5 2014-10-21 Removed APN under TestSMS.h and set it to a NULL string: "" File  Diff  Annotate
67:7c705fe2acec 2014-10-21 Fixed close() variables to match Mbed socket API (shutdown instead of clearBuffer) File  Diff  Annotate
62:c171606f7318 2014-08-13 Removed APN from TestSMS.h File  Diff  Annotate
61:2acb8c25aecf 2014-08-13 Removed "alive" parse response from sendCommand() under cellular.cpp; (Changed AT#PING under UIP.cpp to have a longer timeout to compensate); Added some comments explaining some of the EasyIP functions under EasyIP.cpp File  Diff  Annotate
56:43205bd2752a 2014-08-13 Moved common functions from EasyIP and UIP classes to Cellular class. Also tweaked isConnected() under EasyIP.cpp File  Diff  Annotate
52:2cb58398a4f9 2014-08-11 Removed parse response '>' from sendCommand() under Cellular.cpp, changed sendSMS() to verify sending SMS message under Cellular.cpp, changed disconnect() to have better flow under EasyIP.cpp, changed isConnected() to be simpler under EasyIP.cpp File  Diff  Annotate
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