Re: [R] Wiring or Arduino package/scripts

2009-06-04 Thread Jorge Cornejo
Thanks... This will be very usefull. Warren Young wrote: > > Jorge Cornejo wrote: >> Hi, I am looking any way to communicant with Arduino >> (http://www.arduino.cc/) Wiring (http://www.wiring.org.co) boards and >> read data generate with sensor on these. > > On Linux you can simply open the f

Re: [R] Wiring or Arduino package/scripts

2009-06-03 Thread Warren Young
Jorge Cornejo wrote: Hi, I am looking any way to communicant with Arduino (http://www.arduino.cc/) Wiring (http://www.wiring.org.co) boards and read data generate with sensor on these. On Linux you can simply open the file /dev/ttyS0 in read/write mode to talk on the first serial port on the

[R] Wiring or Arduino package/scripts

2009-06-02 Thread Jorge Cornejo
Hi, I am looking any way to communicant with Arduino (http://www.arduino.cc/) Wiring (http://www.wiring.org.co) boards and read data generate with sensor on these. If anyone know how to do it, I will appreciate if could give some advice. Thanks in advance