Types

enum class PL::UartParity : uint8_t

UART parity.

Values:

enumerator none

no parity bit

enumerator even

even parity bit

enumerator odd

odd parity bit

enum class PL::UartStopBits : uint8_t

Number of UART stop bits.

Values:

enumerator one

1 stop bit

enumerator onePointFive

1.5 stop bits

enumerator two

2 stop bits

enum class PL::UartFlowControl : uint8_t

UART flow control type.

Values:

enumerator none

no flow control

enumerator rts

RTS flow control.

enumerator cts

CTS flow control.

enumerator rtsCts

RTS and CTS flow control.