[PD] pduino set serial line device
gordo
gordo at yugo.at
Tue Feb 20 12:03:31 CET 2007
> 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.
/gordo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20070220/d00f580b/attachment.htm>
More information about the Pd-list
mailing list