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

An error type for serial port operations.
Serial port I/O struct.
A struct containing all serial port settings

Enums

Specifies which buffer or buffers to purge when calling clear.
Number of bits per character.
Categories of errors that can occur when interacting with serial ports.
Flow control modes.
Parity checking modes.
Number of stop bits.

Traits

A trait for serial port devices

Type Definitions

A type for results generated by interacting with serial ports.