Re: [PD] Comport can't read serial devices when soundcard is plugged in

2011-07-09 Thread Pierre Massat
I m pretty sure it's not related to the hardware, as it works perfectly fine in windows. I believe it has to do with the firmware. 2011/7/9 Martin Peach > If you are plugging and unplugging the arduino it's possible the OS doesn't > detect it properly. I know there were issues with the FTDI dri

Re: [PD] Comport can't read serial devices when soundcard is plugged in

2011-07-09 Thread Martin Peach
If you are plugging and unplugging the arduino it's possible the OS doesn't detect it properly. I know there were issues with the FTDI driver not reporting when the device had been removed, that caused Pd to hang. As long as your resistors are more than about 1 kOhm it should be OK. If you writ

Re: [PD] Comport can't read serial devices when soundcard is plugged in

2011-07-09 Thread Pierre Massat
he data of two >>instances of >>two [comport] objects get mixed up. It looks like the >>analogue data >> from the >> arduino board gets forwarded to the second RS232 [comport] >>of the LCD. >> >>

Re: [PD] Comport can't read serial devices when soundcard is plugged in

2011-07-09 Thread Martin Peach
Pierre Massat Gesendet: Samstag, 9. Juli 2011 13:38 An: pd-list Betreff: [PD] Comport can't read serial devices when soundcard is plugged in Hi all! After having had to deal with a "bug

Re: [PD] Comport can't read serial devices when soundcard is plugged in

2011-07-09 Thread Pierre Massat
f two >>instances of >>two [comport] objects get mixed up. It looks like the analogue data >>from the >>arduino board gets forwarded to the second RS232 [comport] of the LCD. >> >> Ingo >> >> >> ______

Re: [PD] Comport can't read serial devices when soundcard is plugged in

2011-07-09 Thread Martin Peach
at Gesendet: Samstag, 9. Juli 2011 13:38 An: pd-list Betreff: [PD] Comport can't read serial devices when soundcard is plugged in Hi all! After having had to deal with a "bug" in pduino (see Arduin is drivin me mad), i wrote a small sketch for the board a

Re: [PD] Comport can't read serial devices when soundcard is plugged in

2011-07-09 Thread Charles Goyard
Pierre Massat wrote: > UPDATE : comport is now working as expected, and my arduino uno board is now > friends with my USB soundcard. Wild guess : you rebooted your computer in the meantime. Or at least killed every stuck java process, and reloaded the serial driver with rmmod/modprobe ? Cheers, C

Re: [PD] Comport can't read serial devices when soundcard is plugged in

2011-07-09 Thread Pierre Massat
ist-boun...@iem.at] Im Auftrag von > Pierre Massat > Gesendet: Samstag, 9. Juli 2011 13:38 > An: pd-list > Betreff: [PD] Comport can't read serial devices when soundcard is plugged > in > > Hi all! > > After having had to deal with a "bug" in pduino (see Arduin

Re: [PD] Comport can't read serial devices when soundcard is plugged in

2011-07-09 Thread Ingo
t Gesendet: Samstag, 9. Juli 2011 13:38 An: pd-list Betreff: [PD] Comport can't read serial devices when soundcard is plugged in Hi all! After having had to deal with a "bug" in pduino (see Arduin is drivin me mad), i wrote a small sketch for the board and a patch using comport. It

[PD] Comport can't read serial devices when soundcard is plugged in

2011-07-09 Thread Pierre Massat
Hi all! After having had to deal with a "bug" in pduino (see Arduin is drivin me mad), i wrote a small sketch for the board and a patch using comport. It was working fine until i decided to actually try it with my audio patch. It turns out that my external USB soundcard prevents comport from worki