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:
- 51:d22d3d87391f
- Parent:
- 46:b30547bf07d5
- Child:
- 83:9813f9b8ee68
diff -r 30edb26b4526 -r d22d3d87391f io/MTSSerial.h --- a/io/MTSSerial.h Thu Dec 19 22:24:59 2013 +0000 +++ b/io/MTSSerial.h Thu Dec 19 23:48:59 2013 +0000 @@ -45,7 +45,7 @@ * SerialBase::Forced1, SerialBase::Forced0; default = SerialBase::None) * @param stop the number of stop bits (1 or 2; default = 1) */ - void format(int bits=8, SerialBase::Parity parity=SerialBase::None, int stop_bits=1); + void format(int bits=8, SerialBase::Parity parity=mbed::SerialBase::None, int stop_bits=1); private: Serial* serial; // Internal mbed Serial object