Serial, Ruby
Ruby Serial Port
04/12/08 13:10
Ruby is a great programming language for many
purposes. Whenever possible, I look for excuses to
use it rather than any other choice out there.
However, it's weak when it comes to device support
for embedded projects. That said, one package that
helps bridge the gap is the Ruby-serialport - it
provides the classes needed to access a system's
serial port from Ruby. Read
More...