Skip to content
This repository has been archived by the owner on Dec 9, 2018. It is now read-only.

Latest commit

 

History

History
39 lines (23 loc) · 1.03 KB

README.md

File metadata and controls

39 lines (23 loc) · 1.03 KB

Status

This project has been DEPRECATED. You can use serial as a replacement.

This project won't receive further updates or bug fixes.

-- @japaric, 2016/02/08


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.