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

Dependents:   mtsas mtsas mtsas mtsas

Revisions of Cellular/CellularFactory.cpp

Revision Date Message Actions
82:5b33b670adb7 2018-02-19 Add support for MTQ-LAT3(LE910-NA1) adn MTQ-LVW3(LE910-sv1) File  Diff  Annotate
81:2e12915f892e 2017-11-15 Add support for MTQ-MAT1(ME910C1-NA) and MTQ-MVW1(MT910C1-NV) File  Diff  Annotate
76:6eeffc10739d 2015-06-25 add EU and Verizon LTE support, git rev 34875cd9c59aa9191bc3d0af0032ebf2d3ee2c0b File  Diff  Annotate
69:93dace69ee98 2014-11-11 Added support for LE910-NAG under the EasyIP class, the Cellular class, and the CellularFactory class.; Added enumeration for all 3 types of LE910 radio, but only implemented the LE910-NAG type. File  Diff  Annotate
58:de5f2c001ab0 2014-08-13 Rewrote radio model init function under CellularFactory.cpp to be more robust (will now be able to deal with unexpected characters and output); 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
51:ffc556ba33f7 2014-08-05 Changed some comment lines in CellularFactory.cpp, EasyIP.cpp, UIP.cpp; Changed Cellular.cpp sendCommand() function to explicitly check for UIP responses, and removed 5ms wait between read cycles. 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
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
16:1bc3e44d4746 2014-06-05 APN and SMS fixes/improvements; don't try to set APN on CDMA radios; add SMS support for C2 and EV3 radios File  Diff  Annotate
14:614952fb3af3 2014-05-30 couple of logging changes File  Diff  Annotate
11:4e428f689069 2014-05-22 add CellularFactory to automatically detect and create right type of Cellular class File  Diff  Annotate