Hi, I&#39;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&#39;ve read this old discussion <a 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.<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>