SerialPortConf Struct Reference

Public Attributes

std::string alias = "Serial Port 1"
 
SerialPortProtocol protocol = dpySerialPort::SerialPortProtocol::RS232
 Connection Type.
 
int baudRate = 9600
 Baud Rate.
 
int dataBits = 8
 Data bits.
 
int stopBits = 1
 Stop bits.
 
ParityType parity = dpySerialPort::ParityType::NONE
 Parity type.
 
FlowControl flowControl = dpySerialPort::FlowControl::FLOW_NONE
 Flow Control.
 
GpioManagedType gpioManagedType = dpySerialPort::GpioManagedType::RFS
 
std::string address = "ttyCOM1"
 
std::string RS485pinout = "0_36"
 
std::string RS485txen = "0_37"
 
std::string RSEnablePin = "0_0"
 
std::vector< SerialPortProtocolallowedProtocols