Skip to main content

Module config

Module config 

Source
Expand description

Line / flow / purge configuration types. Line configuration types (no plugin dependency).

Structs§

LineConfig
Baud rate and framing for crate::SerialPortHandle::set_line_config.

Enums§

DataBits
Number of data bits in the serial frame.
FlowControl
Hardware / software flow control.
Parity
Parity bit mode.
PurgeKind
Which UART buffers to purge.
StopBits
Stop bits.

Constants§

CHAR_XOFF
ASCII XOFF (DC3).
CHAR_XON
ASCII XON (DC1).