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
History
Wifi: fix compatibility break with old shields by checking for both old and new style responses to "show connection" command
2014-09-02, by mfiore [Tue, 02 Sep 2014 18:38:55 +0000] rev 152
Wifi: fix compatibility break with old shields by checking for both old and new style responses to "show connection" command
merge
2014-08-28, by mfiore [Thu, 28 Aug 2014 20:17:36 +0000] rev 151
merge
wifi: fix parsing of "show connection"; resolves issue where program can get stuck in state where flag says socket is open but it's really closed
2014-08-28, by mfiore [Thu, 28 Aug 2014 20:16:59 +0000] rev 150
wifi: fix parsing of "show connection"; resolves issue where program can get stuck in state where flag says socket is open but it's really closed
merge commit 147
2014-07-11, by mfiore [Fri, 11 Jul 2014 16:46:28 +0000] rev 149
merge commit 147
prepend status enum with "MTS_" to avoid conflicts with ST's SUCCESS, ERROR, etc
2014-07-11, by mfiore [Fri, 11 Jul 2014 16:45:35 +0000] rev 148
prepend status enum with "MTS_" to avoid conflicts with ST's SUCCESS, ERROR, etc
add missing end paren in test_TCP_Socket.h
2014-05-29, by mfiore [Thu, 29 May 2014 22:03:41 +0000] rev 147
add missing end paren in test_TCP_Socket.h
Moved IPStack.h to Socket folder, should eventually be its own library. Also added overloaded setTransport method to Transport for passing in any IPStack derived object, look at merging this concept to mbed official.
2014-01-20, by jengbrecht [Mon, 20 Jan 2014 15:33:54 +0000] rev 146
Moved IPStack.h to Socket folder, should eventually be its own library. Also added overloaded setTransport method to Transport for passing in any IPStack derived object, look at merging this concept to mbed official.
Ooops, forgot one last detail...
2014-01-15, by jengbrecht [Wed, 15 Jan 2014 19:26:13 +0000] rev 145
Ooops, forgot one last detail...
Fixed nagging serial bug, in MTSSerial and MTSSerialFlowControl. Made handleRead simpler and disabled RxIrq before all putc calls.
2014-01-15, by jengbrecht [Wed, 15 Jan 2014 19:24:38 +0000] rev 144
Fixed nagging serial bug, in MTSSerial and MTSSerialFlowControl. Made handleRead simpler and disabled RxIrq before all putc calls.
revamp Cellular::init() function; resets the radio to make sure it's in a good state before proceeding; this function waits for the radio to come up, so we don't need to outside; ; update documentation and examples in SocketModem to reflect these changes
2014-01-05, by mfiore [Sun, 05 Jan 2014 05:49:42 +0000] rev 143
revamp Cellular::init() function; resets the radio to make sure it's in a good state before proceeding; this function waits for the radio to come up, so we don't need to outside; ; update documentation and examples in SocketModem to reflect these changes