Crate mio_serial

source ·
Expand description

mio-serial - Serial port I/O for mio

This crate provides a serial port implementation compatable with mio.

At this time this crate ONLY provides a unix implementation

  • repo: https://github.com/berkowski/mio-serial
  • docs: https://docs.rs/mio-serial

Re-exports

pub use unix::Serial;

Modules

Unix impl of mio-enabled serial ports.

Structs

An error type for serial port operations.
A device-independent implementation of serial port information.
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

Functions

Returns a list of all serial ports on system

Type Definitions

A type for results generated by interacting with serial ports.