Crate serial_thread

Source

Re-exports§

pub use tokio;
pub use serial;

Structs§

SerialInterface
Represents a serial interface with various modes and functionalities. It handles serial communication, including reading, writing, and managing port settings. It operates in different modes such as Master, Slave, and Sniff.

Enums§

Mode
Defines the operating modes of the SerialInterface.
SerialInterfaceError
SerialMessage
Status
Represents the status of the SerialInterface, indicating its current operation or state.