Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.ruby > #3035
| From | Josh Cheek <josh.cheek@gmail.com> |
|---|---|
| Newsgroups | comp.lang.ruby |
| Subject | Re: Let Ruby read the serial port |
| Date | 2011-04-16 17:03 -0500 |
| Organization | Service de news de lacave.net |
| Message-ID | <BANLkTimexpTfhZ7qTMpV9SFSTF07jiGmmw@mail.gmail.com> (permalink) |
| References | <1c3018ffaf2482d637183ffea57c2d54@ruby-forum.com> |
[Note: parts of this message were removed to make it a legal post.] Almost a year ago I used http://rubygems.org/gems/serialport successfully on my Mac to talk to USB and Bluetooth Arduinos. On Sat, Apr 16, 2011 at 7:58 AM, Superpelican X. <superpelican12@gmail.com>wrote: > 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 — Previous in thread | 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