Gobetwino
Gobetwino
Note: I'm assuming you've already installed your Arduino environment and successfully
tested serial communications, and know what serial port the Arduino is using.
Gobetwino information/instructions: http://www.mikmo.dk/gobetwino.html
1. download Gobetwino and unzip it to your desktop (or some other handy place) http://www.mikmo.dk/gobetwinodownload.html
2. install Microsoft .NET Framework version 2.0 if you don't already have that http://www.microsoft.com/download/en/details.aspx?id=19
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.
3. Start Gobetwino by double-clicking Gobetwino.exe
4. Select the serial port that connects to your Arduino.
4. a. Click on the Settings menu, then click on the Serial Port tab.
4. b. from the Serial Port drop-down, select the correct com port.
4. c. Check that baud rate matches your arduino (9600). For the other settings, use
Parity-none, Stopbits-one, handshake-none
4. d. Click "update" to save the changes, then click Exit to close the settings window.
5. set up a command in Gobetwino. We'll set it up to open Notepad.
5. a. Click on the Commands menu
5. b. Click "New Command"
5. c. Select command type "SPRID" (command to open a program and return the id)
5. d. Set Command name: "NOTEPAD" (this is for our own reference)
5. e. Set Program path to "c:\windows\notepad.exe" (this is what you would type on the
command line in Windows to open notepad)
5. f. We can leave cmd. line args blank - you could use this to open an existing file, for
example. leaving it blank for notepad will have it create a new file.
5. g. Click Save and Exit.