Serial v1.0 Released
After several months of work, Serial v1.0 is out! Serial is Cross-platform serial (rs-232) library written in C++. You can grab it at my github page:
http://wjwwood.github.com/serial/
Or you can browse the documentation:
http://wjwwood.github.com/serial/docs/v1.0/index.html
A short list of the features:
- Windows, Linux, and OS X support
- Permissive license (The New BSD License)
- Support for custom baudrates (where supported)
- Flush the I/O separately, and block until writing is complete
- Control handshaking lines
- Block for changes in handshaking lines (Linux and Windows)
- Complete timeout control (interbyte, per call, and per byte timeout components)
- Minimal dependencies (cmake)
- Support for ROS (ros.org) as a unary stack