Re: [PD] Arduino stuff - Summary of answers

2007-04-17 Thread Tim Boykett
On 16/04/2007, at 7:02 PM, Tim Boykett wrote: - is it possible to have multiple arduinos being talked with by one PD patch on one machine? Has anyone tried this? This should be no problem at all. Quoting HCS the comport number is the argument to the arduino abstraction: [arduino 1]

Re: [PD] Arduino stuff - Summary of answers

2007-04-17 Thread alejo d
hi tim, - Bluetooth Arduino: any luck on linux or OSX so far? Last I heard there were problems... Feb 2007 Erich Berger reported success on Windows, no success on Linux. I cannot find any other reports. no problems in OSX. and i guess you just have to set your bluetooth modules in

Re: [PD] Arduino stuff - Summary of answers

2007-04-17 Thread Erich Berger
Feb 2007 Erich Berger reported success on Windows, no success on Linux. I cannot find any other reports. no problems in OSX. and i guess you just have to set your bluetooth modules in linux in the right way..the arduino BT opens just another serial so why say it doesnt work on linux..? i

[PD] Arduino stuff

2007-04-16 Thread Tim Boykett
Hi, a couple of questions about arduinos and PD and stuff. I hope they aren't somewhere obvious; I haven't been able to find any answers. - is it possible to have multiple arduinos being talked with by one PD patch on one machine? Has anyone tried this? - is there a Max version of the

Re: [PD] Arduino stuff

2007-04-16 Thread Josh Steiner
Tim Boykett wrote: Hi, a couple of questions about arduinos and PD and stuff. I hope they aren't somewhere obvious; I haven't been able to find any answers. - is it possible to have multiple arduinos being talked with by one PD patch on one machine? Has anyone tried this? - is there

Re: [PD] Arduino stuff

2007-04-16 Thread Roman Haefeli
On Mon, 2007-04-16 at 19:02 +0200, Tim Boykett wrote: - is it possible to have multiple arduinos being talked with by one PD patch on one machine? Has anyone tried this? since the arduino mounts itself as a serial device, you can easily have more than one arduino and talk to them on

Re: [PD] Arduino stuff

2007-04-16 Thread marius schebella
Tim Boykett wrote: - is it possible to have multiple arduinos being talked with by one PD patch on one machine? Has anyone tried this? pd talks to the arduino via the comport object. if you have several arduinos attached, then you want to give each instance of the arduino object the

Re: [PD] Arduino stuff

2007-04-16 Thread Koray Tahiroglu
hello, - is it possible to have multiple arduinos being talked with by one PD patch on one machine? Has anyone tried this? I connected three arduino boards in one PD patch, which had three [arduino] abstractions (by Hans) running at the same time, you just need to open connected

Re: [PD] Arduino stuff

2007-04-16 Thread martin.peach
marius schebella wrote: Tim Boykett wrote: - is there a Max version of the Pduino interface stuff? yes, have a look at http://www.parasitaere-kapazitaeten.net/max_msp/pduino_for_max it is still beta (serial object is not working properly under windows.) There's an interim update of

Re: [PD] Arduino stuff

2007-04-16 Thread Hans-Christoph Steiner
On Apr 16, 2007, at 2:18 PM, marius schebella wrote: Tim Boykett wrote: - is it possible to have multiple arduinos being talked with by one PD patch on one machine? Has anyone tried this? pd talks to the arduino via the comport object. if you have several arduinos attached, then you want

Re: [PD] Arduino stuff

2007-04-16 Thread Alexandre Quessy
Hi, You might want to consider the http://www.arduino.cc/playground/Code/SimpleMessageSystem if you want something (more?) flexible. a 2007/4/16, Hans-Christoph Steiner [EMAIL PROTECTED]: On Apr 16, 2007, at 2:18 PM, marius schebella wrote: Tim Boykett wrote: - is it possible to have