Expand description
serial-rs is a cross-platform serial library A lot of the code here is based on the Pyserial project
Modules§
- posix
- TTY port
Structs§
- Port
Info - Information on a listed serial port
- Serial
Port Settings - Serial port settings
Enums§
- Byte
Size - Bytesize for serial port
- Flow
Control - Flow control method
- Parity
- Parity definitions
- Serial
Error - Serial port error type
- Stop
Bits - Stop bits for serial port
Traits§
- Port
Scanner - Scanner to list avaliable serial ports on a system
- Serial
Port - Serial port trait
Functions§
- list_
ports - Lists all ports on the system
- new
- Creates a new serial port from port info
- new_
from_ path - Creates a new serial port from port path
Type Aliases§
- Serial
Result - Serial port result type