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

Currently only unix-based platforms are supported. This is not a technical limitation within rust and will hopefully change in future releases.

Structs

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.

FlowControl

Flow control modes.

Parity

Parity checking modes.

StopBits

Number of stop bits.

Traits

SerialPort

A trait for serial port devices

Type Definitions

SerialResult

A type for results generated by interacting with serial ports.