On Feb 20, 2007, at 6:03 AM, gordo wrote:


On Tue, 2007-02-20 at 01:34 +0100, media.gambler wrote:

> [comport] opened serial line device 1 (/dev/tty.Bluetooth-PDA-Sync)
>  - is this already wrong? is that the correct type of connection?

don´t know pduino at all, but just in case, if you are planning to use comport object with arduino or any other serial device, open your shell and type:

[code]i=0; for f in `ls /dev/tty.*`; do echo $i $f; i=$(( $i + 1 )); done[/code]

which will list all your tty devices and serial line numbers.

Also, on the most recent versions of [comport], sending an [devices( message should print out a similar list to the Pd window.

.hc


/gordo
_______________________________________________
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list


------------------------------------------------------------------------

Man has survived hitherto because he was too ignorant to know how to realize his wishes.  Now that he can realize them, he must either change them, or perish.    -William Carlos Williams