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

Dependents:   mtsas mtsas mtsas mtsas

Revisions of Cellular/EasyIP.h

Revision Date Message Actions
82:5b33b670adb7 2018-02-19 Add support for MTQ-LAT3(LE910-NA1) adn MTQ-LVW3(LE910-sv1) File  Diff  Annotate
78:fc9d2b983744 2015-08-17 add GPS support for EasyIP models File  Diff  Annotate
67:7c705fe2acec 2014-10-21 Fixed close() variables to match Mbed socket API (shutdown instead of clearBuffer) File  Diff  Annotate
66:8c55e2bf7270 2014-10-21 Added a flag for close() calls to support closing the connection without clearing the buffer data. 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
49:1fc51c53cebf 2014-08-04 Simplified sendEscapeCommand() under EasyIP.cpp and changed comments under both EasyIP.h and EasyIP.cpp File  Diff  Annotate
45:b9ead235ab7c 2014-08-01 Changed the response code parsing at the end of sendCommand() in Cellular.cpp to also check for UIP responses; (Removed apn from EasyIP.h example code section) File  Diff  Annotate
44:bf07f3d85822 2014-07-31 Forgot @endcode File  Diff  Annotate
43:91c5e53f508f 2014-07-31 Added Working example code to EasyIP.h File  Diff  Annotate
34:7d412c989964 2014-07-16 Updated documentation for UIP.h and finished EasyIP.h documentation File  Diff  Annotate
33:3b6f3904dde0 2014-07-16 Updating and formatting documentation for EasyIP.h and EasyIP.cpp.; Comment tweak for UIP.h File  Diff  Annotate
31:529db15abda7 2014-07-14 Pulled MTS-Cellular changes into MTS-Cellular-dev branch.; Also implemented setSocketCloseable(); Modified read(),write(), and sendEscapeCommand() to account for socketCloseable boolean flag. File  Diff  Annotate
30:1326b623919a 2014-07-14 For EasyIP.cpp:; Made sendEscapeCommand() and socketCheck() socket closed verification; connect(), disconnect(), and isConnected() were tweaked; IMPL. bind(),open(),isOpen(),close(),read(),write(),readable(),writeable(),reset(); Fixed bug in CellUtils.h; File  Diff  Annotate
27:ec44d5a9544f 2014-06-30 Implemented echo() function under EasyIP.; Fixed ping() function under EasyIP.; Made a pure virtual echo() under Cellular.h for EasyIP and UIP inheritance; Made echo() virtual under both UIP.h and EasyIP.h File  Diff  Annotate
26:2b769ed8de4f 2014-06-26 Made setApn() a pure virtual in Cellular.; Implemented setApn in both UIP and EasyIP; Implemented connect(), disconnect(), and ping() in EasyIP; Uncommented cell instantiation for EasyIP type models in CellularFactory File  Diff  Annotate
3:04046eebaef5 2014-05-20 rename SMC and SMCIP files to EasyIP and UIP, remove RadioInterface code File  Diff  Annotate | base