|
RADLib
RADical C++ application framework
|
Serial port configuration. More...
#include <RADSerial.h>
Public Attributes | |
| int | baudRate = 115200 |
| Baud rate such as 9600, 115200, 1000000. More... | |
| int | dataBits = 8 |
| Data bits, normally 5 through 8. More... | |
| Parity | parity = Parity::None |
| Parity mode. More... | |
| StopBits | stopBits = StopBits::One |
| Stop bit mode. More... | |
| FlowControl | flowControl = FlowControl::None |
| Flow control mode. More... | |
Serial port configuration.
| int RADSerial::SerialConfig::baudRate = 115200 |
Baud rate such as 9600, 115200, 1000000.
| int RADSerial::SerialConfig::dataBits = 8 |
Data bits, normally 5 through 8.
| FlowControl RADSerial::SerialConfig::flowControl = FlowControl::None |
Flow control mode.
| Parity RADSerial::SerialConfig::parity = Parity::None |
Parity mode.
| StopBits RADSerial::SerialConfig::stopBits = StopBits::One |
Stop bit mode.