Crate serial_frame

Source

Re-exports§

pub use common_types::*;

Modules§

common_types

Structs§

SerialFrameSender
The frame sender structure, this will create a SerialFrameSender, that once started will split incoming bytes from the serialport and send them framed by the separator
SerialFrameStopper
Structure which can only be obtained by starting a SerialFrameSender structure, and can only be used to stop the resulting thread from the SerialFrameSender::start method. When this structure is dropped, the SerialFrameSender will also stop

Enums§

SerialFrameError

Type Aliases§

Result