Re: [MacRuby-devel] Macruby and serialport

2010-02-04 Thread Laurent Sansonetti
Hi, On Feb 4, 2010, at 8:03 AM, John-Paul Bader wrote: i was recently playing around with Arduino / Microcontrollers and wrote a little script to make a hardware itunes volume control out of a potentiometer. Now would love to do that with macruby instead of this disgrace: http://github.com/

Re: [MacRuby-devel] Macruby and serialport

2010-02-04 Thread Matt Aimonetti
Paolo's repo: http://github.com/pbosetti/PBSerialPort (I did not try the code myself) - Matt On Thu, Feb 4, 2010 at 11:09 AM, Robert Rice wrote: > Hi Jordan: > > Paolo Bosettti put an ObjC class on github several months ago that works > well. > > Bob Rice > > > On Feb 4, 2010, at 1:03 PM, Jorda

Re: [MacRuby-devel] Macruby and serialport

2010-02-04 Thread Robert Rice
Hi Jordan: Paolo Bosettti put an ObjC class on github several months ago that works well. Bob Rice On Feb 4, 2010, at 1:03 PM, Jordan K. Hubbard wrote: > > On Feb 4, 2010, at 8:03 AM, John-Paul Bader wrote: > >> Do you guys have any idea how to make macruby talk to the serial port or do >>

Re: [MacRuby-devel] Macruby and serialport

2010-02-04 Thread Jordan K. Hubbard
On Feb 4, 2010, at 8:03 AM, John-Paul Bader wrote: > Do you guys have any idea how to make macruby talk to the serial port or do i > have to be a bit more patient ? ;) One assumes you still have no problem talking to the serial port from ObjectiveC, therefore the best approach would be to crea

[MacRuby-devel] Macruby and serialport

2010-02-04 Thread John-Paul Bader
Hey guys, i was recently playing around with Arduino / Microcontrollers and wrote a little script to make a hardware itunes volume control out of a potentiometer. Now would love to do that with macruby instead of this disgrace: http://github.com/hukl/Arduino-Experiments/blob/master/itunes_volu