Arduino and PySerial

In an earlier post I mentioned briefly about using pySerial to send data to and from the arduino using Python, in this post I'll go through a bit more about how to set this up. First you'll need pySerial, which can be downloaded from here. For win... »