[SATLUG] Ruby Help

Henry Pugsley henry.pugsley at gmail.com
Mon Nov 5 10:01:03 CST 2007


On 11/3/07, Samuel Leon <leon36 at gmail.com> wrote:
> Does anyone have any info on how to get ruby to communicate through
> serial ports?
>
> Also is the Ruby users group still having monthly meetings?
>
>
> Sam

ser = File.open("/dev/ttyS0", "w")
ser.puts ATH0+++
ser.close

Sorry, couldn't resist the obvious .. :)

-Henry


More information about the SATLUG mailing list