alphasign

A little gem to put messages on an LED sign, if that sign speak Alpha Sign protocol, and if I don’t get my sign taken away before I get this to work.

Example code

#!/usr/bin/env ruby
require 'rubygems'
require 'alphasign'

#specify serial port
sign=AlphaSign.new('/dev/ttyS0')
#write text to sign
sign.write("foo")

Contributing to alphasign

Copyright © 2012 Jon Proulx. See LICENSE.txt for further details.