• Stars
    star
    207
  • Rank 189,769 (Top 4 %)
  • Language
    Rust
  • License
    MIT License
  • Created over 9 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Rust library for interacting with serial ports.

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.