[Benjamin] sent in his efforts to use Python to provide a web interface for his Aurdino. Python is usually pretty easy to manipulate, so it might be just the thing for someone looking to add a web control to a project with an open serial interface.If you've got a hack you want to share, use the tips line.


1. I've used PHP to add serial control to stuff. It's pretty easy to implement as if its running on a Linux box you can just use 'echo "stufftosend" > /dev/ttys0' commands.
Posted at 2:57AM on Nov 27th 2007 by Mike