Crate tokio_serial [] [src]

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

Error

An error type for serial port operations.

Serial

Serial port I/O struct.

SerialPortSettings

A struct containing all serial port settings

Enums

BaudRate

Serial port baud rates.

DataBits

Number of bits per character.

ErrorKind

Categories of errors that can occur when interacting with serial ports.

FlowControl

Flow control modes.

Parity

Parity checking modes.

StopBits

Number of stop bits.

Traits

SerialPort

A trait for serial port devices

Type Definitions

Result

A type for results generated by interacting with serial ports.