Hi, <div><br></div><div>I use named serial ports on Linux all the time and I didn&#39;t have any problem. I think the latest release has the serial plugin fix but I can&#39;t confirm because I usually use my own vm (which the vm guys gladly helped me compile :) ). If it&#39;s of any help to you, you can download it from here: <a href="http://tecnodacta.com.ar/gira/Arduino.10%20(linux%20only).zip">http://tecnodacta.com.ar/gira/Arduino.10 (linux only).zip</a> and test it.</div>

<div><br></div><div>Best regards</div><div>Richo<br><br><div class="gmail_quote">On Wed, Sep 1, 2010 at 4:36 PM, Schwab,Wilhelm K <span dir="ltr">&lt;<a href="mailto:bschwab@anest.ufl.edu">bschwab@anest.ufl.edu</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br>
Markus,<br>
<br>
If you have some experience with serial I/O on Linux, I would appreciate your giving it a quick shakedown; if it is just plain broken or is still known to work, it would be nice to confirm either way.  I would like to use the binary distribution, but it does not report enough of what it is trying to do (so no clues when things fail) and I end up hacking to add tracing with possible installation troubles as a result.<br>


<br>
That said, this time around, I find myself in serialPortOpenByName() and puzzled by the failure being allegedly detected by:<br>
<br>
    /* save the old state */<br>
    if (tcgetattr(sp-&gt;spDescriptor, &amp;sp-&gt;spTermios))<br>
<br>
My question: is there old state to save on the first pass?  errno is not helpful; it is set to 5 aka I/O error :(   I find myself wondering whether this should be conditional on the internal state of the descriptor, and the failure to open simply being that it gives up too easily?  Then again, it could be detecting a true error condition and preventing certain disaster in the lines that would follow.<br>


<br>
Any ideas?  I can&#39;t get /dev/ttyS0 to open by name or number.  &#39;COM1&#39; worked nicely on Windows.<br>
<br>
Bill<br>
<br>
<br>
<br>
Markus Lampert markuslampert at <a href="http://yahoo.com" target="_blank">yahoo.com</a><br>
Wed Sep 1 15:28:38 UTC 2010<br>
<div><div></div><div class="h5"><br>
Hi Bill,<br>
<br>
haven&#39;t used the serial interface with the new VMs (yet), but previously under<br>
Linux I had to use the vm option &#39;-notimer&#39;. I did not find any negative side<br>
effects with that option.<br>
<br>
Hope this helps,<br>
Markus<br>
<br>
<br>
</div></div></blockquote></div><br></div>