<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;&nbsp;&nbsp;- 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><br>/gordo<br>