|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
Serial port configuration. More...
#include <GlobalInputConfig.hpp>
Collaboration diagram for MayaFlux::Core::SerialPortConfig:Public Attributes | |
| std::string | port_name |
| e.g., "/dev/ttyUSB0" or "COM3" | |
| uint32_t | baud_rate { 9600 } |
| Baud rate. | |
| uint8_t | data_bits { 8 } |
| Data bits (5, 6, 7, or 8) | |
| uint8_t | stop_bits { 1 } |
| Stop bits (1 or 2) | |
| char | parity { 'N' } |
| Parity: 'N'one, 'E'ven, 'O'dd. | |
| bool | flow_control { false } |
| Hardware flow control. | |
Serial port configuration.
Definition at line 156 of file GlobalInputConfig.hpp.