Crate tokio_serial

source ·
Expand description

Bindings for serial port I/O and futures

This crate provides bindings between mio_serial, a mio crate for serial port I/O, and futures. The API is very similar to the bindings in mio_serial

Structs§

Enums§

Traits§

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.