I was watching a conversation on the forum about questions regarding Arduino, which involved connecting Arduino to a Windows-based program named "Gobetwino", and it caught my interest.
In a nutshell, Gobetwino is a program that runs on your Windows machine, and waits for commands via the serial port.
You can use your Arduino (or any other micro-controller, or even another computer) to send commands to Gobetwino via the serial port.
So I set it up and after a bit of fiddling got it to open NotePad and had it type "Hello World!" into the new NotePad file
Attached are the complete step by step instructions for both sides of the equation, in case anyone is interested.
ps, I did this on a WindowsXP machine (in a VirtualBox on Mac actually). The Gobetwino author also recommends XP, so it may not work the same way, or at all, on Vista or 7.
Cheers,
-Nico
Top Comments