Ruby/SerialPort
Description
Ruby/SerialPort is a Ruby's library that allow you to communicate via the RS232 port.
It support POSIX (Linux, *BSD, Solaris, AIX), Cygwin and native Windows.
Changes
- Version 0.6 (13/02/2003): Windows support, plus many improvements (see CHANGELOG)
by Alan Stern <stern@rowland.harvard.edu>
- Version 0.5 (25/10/2002): Cygwin support
- Version 0.4 (19/09/2002): Added more serial ports (total of 8 ports)
- Version 0.3 (15/03/2002): FIXED: read doesn't treat special characters as they will be
- Version 0.2 (14/03/2002): A little bug fixed
- Version 0.1 (14/03/2002): First release (buggy)
Downloads
http://rubyforge.org/projects/ruby-serialport/
Documentation
README
Guillaume Pierronnet