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