Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.ruby > #3007
| From | "Superpelican X." <superpelican12@gmail.com> |
|---|---|
| Newsgroups | comp.lang.ruby |
| Subject | Let Ruby read the serial port |
| Date | 2011-04-16 07:58 -0500 |
| Organization | Service de news de lacave.net |
| Message-ID | <1c3018ffaf2482d637183ffea57c2d54@ruby-forum.com> (permalink) |
Hello everyone, I would like to read a serial port. I'm going to connect want to connect my Arduino Uno microcontroller board to the computer via USB. It acts as a virtual serial port automatically. I can already read with the Arduino IDE' s serialterminal. Processing can also read a serialport from a Arduino. But now I would like to let Ruby read the virtual serialport and save the data in a variable. And then do a lots of stuff with it. Is there a special library or gem for this? I already installed libusb for ruby. Greetings, Superpelican -- Posted via http://www.ruby-forum.com/.
Back to comp.lang.ruby | Previous | Next — Next in thread | Find similar | Unroll thread
Let Ruby read the serial port "Superpelican X." <superpelican12@gmail.com> - 2011-04-16 07:58 -0500
Re: Let Ruby read the serial port Brian Candler <b.candler@pobox.com> - 2011-04-16 16:14 -0500
Re: Let Ruby read the serial port andrew mcelroy <sophrinix@gmail.com> - 2011-04-16 16:38 -0500
Re: Let Ruby read the serial port Josh Cheek <josh.cheek@gmail.com> - 2011-04-16 17:03 -0500
Re: Let Ruby read the serial port Regis d'Aubarede <regis.aubarede@gmail.com> - 2011-04-18 09:26 -0500
csiph-web