Crate mio_serial
source ·Expand description
Structs§
- An error type for serial port operations
- A struct containing all serial port settings
- A device-independent implementation of serial port information
- SerialStream
- Contains all possible USB information about a
SerialPort
Enums§
- Specifies which buffer or buffers to purge when calling
clear
- Number of bits per character
- Categories of errors that can occur when interacting with serial ports
- Flow control modes
- Parity checking modes
- The physical type of a
SerialPort
- Number of stop bits
Traits§
- A trait for serial port devices
- An extension trait for SerialPortBuilder
Functions§
- Returns a list of all serial ports on system
- Construct a builder of
SerialPort
objects
Type Aliases§
- A type for results generated by interacting with serial ports