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

io/MTSSerialFlowControl.cpp

Committer:
jengbrecht
Date:
2013-12-09
Revision:
0:563b70517320
Child:
2:8d3ea0dfce39

File content as of revision 0:563b70517320:

#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 */