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:
jengbrecht
Date:
Mon Dec 09 15:29:35 2013 +0000
Revision:
0:563b70517320
Child:
2:8d3ea0dfce39
Initial Commit Library!

Who changed what in which revision?

UserRevisionLine numberNew contents of line
jengbrecht 0:563b70517320 1 #ifndef MTSSERIALFLOWCONTROL_CPP
jengbrecht 0:563b70517320 2 #define MTSSERIALFLOWCONTROL_CPP
jengbrecht 0:563b70517320 3
jengbrecht 0:563b70517320 4 #include "MTSSerialFlowControl.h"
jengbrecht 0:563b70517320 5
jengbrecht 0:563b70517320 6 /*
jengbrecht 0:563b70517320 7 MTSSerialFlowControl::MTSSerialFlowControl(PinName TXD, PinName RXD, PinName RTS, PinName CTS, int txBufSize, int rxBufSize) : MTSBufferedIO(txBufSize, rxBufSize)
jengbrecht 0:563b70517320 8 {
jengbrecht 0:563b70517320 9 rts = new DigitalIn(RTS);
jengbrecht 0:563b70517320 10 cts = new DigitalOut(CTS);
jengbrecht 0:563b70517320 11 }
jengbrecht 0:563b70517320 12 */
jengbrecht 0:563b70517320 13 #endif /* MTSSERIALFLOWCONTROL */