/serial-rs

Rust library for interacting with serial ports.

Primary LanguageRustMIT LicenseMIT

Serial

The serial port crates provide Rust interfaces for working with serial ports. Serial ports are defined as traits to support extension through custom implementations.

NOTE: With the release of serial v0.4, the implementation is now split into several crates. While the new organization is still experimental, the serial crate reexports many of the types so that it's mostly backward-compatible with v0.3.

Usage

In Libraries

Libraries should link to serial-core.

In Executables

Executables should choose a serial port implementation. A cross platform implementation is provided in the serial crate.

Contributors

License

Copyright © 2015 David Cuddeback

Distributed under the MIT License.