<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman,new york,times,serif;font-size:12pt"><div>I've used the plugin which comes with vm and then just use SerialPort.<br>There are 2 things to look out for, you should start squeak with the '-notimer' option, otherwise most of the system calls will fail.<br>With the standard plugin you can only access /dev/ttyS[0-9], so if you want to use /dev/rfcomm0 for instance you can create a symlink to one of the unused /dev/ttyS[5-9].<br>If you follow those two it works pretty reliable.<br><br>Have fun,<br>Markus<br></div><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><br><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><font size="2" face="Tahoma"><hr size="1"><b><span style="font-weight: bold;">From:</span></b> Ricardo Moran &lt;richi.moran@gmail.com&gt;<br><b><span
 style="font-weight: bold;">To:</span></b> The general-purpose Squeak developers list &lt;squeak-dev@lists.squeakfoundation.org&gt;<br><b><span style="font-weight: bold;">Sent:</span></b> Wednesday, August 19, 2009 1:52:29 PM<br><b><span style="font-weight: bold;">Subject:</span></b> [squeak-dev] Serial port in linux<br></font><br>
<meta http-equiv="x-dns-prefetch-control" content="off"><span>Hi, I'm trying to use the Serial port to interface with an Arduino board. So far, I managed to make it work on Windows but I understand that Serial port on linux is a bit more complicated. I've read this old discussion <a target="_blank" href="http://www.nabble.com/communication-with-serial-port-t2549116.html">http://www.nabble.com/communication-with-serial-port-t2549116.html</a> and I am a little confused.</span><br>

It says that  John McIntosh made an EnhancedSerialPort plugin. Is it installed on the latest unix VMs? <br>It also says that Benjamin Schroeder wrote a SimpleSerialPort library. Which one should I use?<br><br>
<meta http-equiv="x-dns-prefetch-control" content="on"></div></div></div><br>

      </body></html>