Enumeration of number of data bits for serial port configuration. Typically, these values are used to initialize the iDataBits of TCommConfigV01 before calling DComm::Configure() or any other serial comm API to configure the serial port's databits size.
Enumeration of types of parity for serial port configuration. Typically, these values are used to initialize the iParity of TCommConfigV01 before calling DComm::Configure() or any other serial comm API to configure the serial port's parity setting.
Enumerator | Value | Description |
---|---|---|
EParityNone | ||
EParityEven | ||
EParityOdd | ||
EParityMark | ||
EParitySpace |
Enumeration of baud rates in bits per second for serial port configuration. e.g EBps115200 is for 115200Bps data rate Typically, these values are used to initialize the iRate of TCommConfigV01 before calling DComm::Configure() or any other serial comm API to configure the serial port's baud rate.
Enumerator | Value | Description |
---|---|---|
EBps50 | ||
EBps75 | ||
EBps110 | ||
EBps134 | ||
EBps150 | ||
EBps300 | ||
EBps600 | ||
EBps1200 | ||
EBps1800 | ||
EBps2000 | ||
EBps2400 | ||
EBps3600 | ||
EBps4800 | ||
EBps7200 | ||
EBps9600 | ||
EBps19200 | ||
EBps38400 | ||
EBps57600 | ||
EBps115200 | ||
EBps230400 | ||
EBps460800 | ||
EBps576000 | ||
EBps1152000 | ||
EBps4000000 | ||
EBps921600 | ||
EBps1843200 | ||
EBpsAutobaud | 0x40000000 | |
EBpsSpecial | 0x80000000 |