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
A serial port library on top of the termios API
-
clang-3.5-dev
andllvm-3.5-dev
packages to build bindgen, which is usedto 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.
serial.rs is dual licensed under the Apache 2.0 license and the MIT license.
See LICENSE-APACHE and LICENSE-MIT for more details.