Skip to content

A serial port library on top of the termios API

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

cchaz003/serial.rs

 
 

Repository files navigation

Build Status

serial.rs

A serial port library on top of the termios API

Non-Rust dependencies

  • clang-3.5-dev and llvm-3.5-dev packages to build bindgen, which is used

    to generate bindings to glibc

  • A libc that includes the termios API.

    • Tested against glibc-2.15 on Ubuntu 12.04. (See travis)
    • Tested against glibc-2.20 on Arch Linux
  • socat, used to create virtual serial ports, only required to run the tests.

License

serial.rs is dual licensed under the Apache 2.0 license and the MIT license.

See LICENSE-APACHE and LICENSE-MIT for more details.

About

A serial port library on top of the termios API

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 97.3%
  • Shell 2.7%