Serial port programming

Hello,
I need some help from your expertise about serial port programming in Ruby. Is there any such documentation available?

Regards,
Sabyasachi Mustafi

There’s the ruby-serialport library here:

http://rubyforge.org/projects/ruby-serialport/

Yours,

Tom

···

On Wed, 2004-04-07 at 07:31, Sabyasachi Mustafi wrote:

Hello,
I need some help from your expertise about serial port programming in Ruby. Is there any such documentation available?

Hi,

Sabyasachi Mustafi wrote:

Hello,
I need some help from your expertise about serial port programming in Ruby. Is there any such documentation available?

Regards,
Sabyasachi Mustafi

Tom already mentioned http://rubyforge.org/projects/ruby-serialport/, so
I won’t. :wink:

I posted something in this ng recently: rubytalk [92540]

 http://www.ruby-talk.org/cgi-bin/scat.rb/ruby/ruby-talk/92540

Anyway, the serialport library worked under Win32, after I applied a
patch to it (which was posted here by Nobu Nakada)

Check
http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/92265

and the replies to that and my summary at

 http://rubyforge.org/forum/forum.php?thread_id=590&forum_id=227

too (if you’re on Win32).

Happy rubying

Stephan