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

Committer:
mfiore
Date:
Thu Dec 19 19:49:58 2013 +0000
Revision:
39:6e94520a3217
Parent:
24:7ad9e21dff31
Child:
52:6ce45873f9cd
add mts namespace to files in cellular/, io/, and utils/ directories; prepend CELL_ to some enums in cellular.h to avoid conflict with HTTPClient class; added AxedaWrapper class for sending data to Axeda backend

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mfiore 24:7ad9e21dff31 1 #include "Cellular.h"
mfiore 24:7ad9e21dff31 2 #include "MTSSerial.h"
mfiore 24:7ad9e21dff31 3 #include "MTSSerialFlowControl.h"
mfiore 24:7ad9e21dff31 4 #include "TCPSocketConnection.h"
mfiore 39:6e94520a3217 5 #include "UDPSocket.h"
mfiore 39:6e94520a3217 6 #include "AxedaWrapper.h"