japaric-archived / serial.rs

[DEPRECATED] Check https://crates.io/crates/serial for a replacement

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

[DEPRECATED] Check https://crates.io/crates/serial for a replacement

License:Apache License 2.0


Languages

Language:Rust 97.3%Language:Shell 2.7%