Crate mio_serial [] [src]

mio-serial - A mio-compatable serial port implementation for *nix

This crate provides a SerialPort implementation compatable with mio.

** This crate ONLY provides a unix implementation **

Some basic helper methods are provided for setting a few serial port parameters such as the baud rate. For everything else you'll have to set the flags in the termios::Termios struct yourself! All the relavent settings can be found consulting your system's man page for termios (e.g. man termios)

This crate is influenced heavily by the serial crate (by David Cuddeback, same author of the helpful termios crate!)

Structs

SerialPort

A mio compatable serial port for *nix