tokio-serial

An implementation of serialport I/O for Tokio

crates.io docs.rs Build Status

Note: At the moment this is unix only. No windows COM port yet.

Usage

Add tokio-serial to you Cargo.toml:

toml [dependencies] tokio-serial = "0.6"

Then add this to your crate root:

rust extern crate tokio_serial;