Expand description
Serial line configuration and modem-status types.
These are the framing and flow parameters every SerialDevice needs to
expose. They intentionally mirror the classic termios model (data bits /
stop bits / parity / flow control) so behaviour lines up with user
expectations inherited from picocom and tio.
Structs§
- Modem
Status - Snapshot of the input-side modem control lines.
- Serial
Config - Full serial-link configuration.
Enums§
- Data
Bits - Number of data bits per frame.
- Flow
Control - Flow-control mode.
- Parity
- Parity mode.
- Stop
Bits - Number of stop bits appended after the data / parity bits.
Constants§
- DEFAULT_
READ_ TIMEOUT - Default read poll timeout used by blocking backends.