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

Revision:
0:563b70517320
Child:
2:8d3ea0dfce39
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/io/MTSSerialFlowControl.cpp	Mon Dec 09 15:29:35 2013 +0000
@@ -0,0 +1,13 @@
+#ifndef MTSSERIALFLOWCONTROL_CPP
+#define MTSSERIALFLOWCONTROL_CPP
+
+#include "MTSSerialFlowControl.h"
+
+/*
+MTSSerialFlowControl::MTSSerialFlowControl(PinName TXD, PinName RXD, PinName RTS, PinName CTS, int txBufSize, int rxBufSize) : MTSBufferedIO(txBufSize, rxBufSize)
+{
+    rts = new DigitalIn(RTS);
+    cts = new DigitalOut(CTS);
+}
+*/
+#endif /* MTSSERIALFLOWCONTROL */
\ No newline at end of file