Crate mio_serial

source ·
Expand description

mio-serial - Serial port I/O for mio

This crate provides a serial port implementation compatable with mio.

Windows support is present but largely untested by the author

Structs

An error type for serial port operations
A struct containing all serial port settings
A device-independent implementation of serial port information
SerialStream
Contains all possible USB information about a SerialPort

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
The physical type of a SerialPort
Number of stop bits

Traits

A trait for serial port devices
An extension trait for SerialPortBuilder

Functions

Returns a list of all serial ports on system
Construct a builder of SerialPort objects

Type Definitions

A type for results generated by interacting with serial ports