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
Diff: io/MTSSerial.h
- Revision:
- 120:3051dd49fa3a
- Parent:
- 86:186bbf974c7c
- Child:
- 141:571e0ef6c8dc
--- a/io/MTSSerial.h Tue Dec 31 22:09:21 2013 +0000 +++ b/io/MTSSerial.h Tue Dec 31 22:58:53 2013 +0000 @@ -25,7 +25,7 @@ * @param rxBufferSize the size in bytes of the internal SW receive buffer. The * default is 64 bytes. */ - MTSSerial(PinName TXD, PinName RXD, int txBufferSize = 64, int rxBufferSize = 64); + MTSSerial(PinName TXD, PinName RXD, int txBufferSize = 256, int rxBufferSize = 256); /** Destructs an MTSSerial object and frees all related resources, including * internal buffers.