<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; "><BR><DIV><DIV>On Feb 20, 2007, at 6:03 AM, gordo wrote:</DIV><BR class="Apple-interchange-newline"><BLOCKQUOTE type="cite"><BR><DIV><SPAN class="gmail_quote"></SPAN><BLOCKQUOTE class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">On Tue, 2007-02-20 at 01:34 +0100, media.gambler wrote: <BR><BR>&gt; [comport] opened serial line device 1 (/dev/tty.Bluetooth-PDA-Sync)<BR>&gt;  - is this already wrong? is that the correct type of connection?</BLOCKQUOTE><DIV><BR>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: <BR><BR>[code]i=0; for f in `ls /dev/tty.*`; do echo $i $f; i=$(( $i + 1 )); done[/code]<BR></DIV><BR></DIV>which will list all your tty devices and serial line numbers.<BR></BLOCKQUOTE><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Also, on the most recent versions of [comport], sending an [devices( message should print out a similar list to the Pd window.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>.hc</DIV><BR><BLOCKQUOTE type="cite"><BR>/gordo<BR><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">_______________________________________________</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><A href="mailto:PD-list@iem.at">PD-list@iem.at</A> mailing list</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">UNSUBSCRIBE and account-management -&gt; <A href="http://lists.puredata.info/listinfo/pd-list">http://lists.puredata.info/listinfo/pd-list</A></DIV> </BLOCKQUOTE></DIV><BR><DIV> <SPAN class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><DIV><BR style="font-family: Tahoma; "></DIV><DIV>------------------------------------------------------------------------</DIV><DIV><BR style="font-family: Tahoma; "></DIV><DIV>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</DIV><BR class="Apple-interchange-newline"></SPAN> </DIV><BR></BODY></HTML>