Crate tokio_serial [−] [src]
Bindings for serial ports and futures
This crate provides bindings between mio_serial
, the mio crate for serial
ports, and futures
. The APIs and bindings in this crate are somewhat
similar to the TCP and UDP bindings in the futures-mio
crate.
Reexports
pub use mio_serial::{PortSettings, BaudRate, CharSize, Parity, StopBits, FlowControl}; |
Structs
SerialPort |
A structure representing an open serial port. |