Hi (i'm a newbie) could you help me about a Gobetwino basic way of work?
I have a couple of importants gaps to fill before i understand the way arduino and gobetwino works together.
Gobetwino was downloaded, unziped on c:\gobetwino. and son on.
I defined GR like a SPRID command that open Guitar Ring (ACID, Reason,... any audio-like program).
(note: i can not work with gobetwino in foreground (uses COM3 Port) and upload any program to arduino: i get "the port is in use" error)
So, i defined the command on Gobetwino, and just close the program.
I upload to arduino:
void setup()
{
Serial.begin(9600);
Serial.println("#S|GR|[]#");
}
void loop()
{
}
like appears on
nothings happen. (it supposed to had to work opening Gitar Ring exec. file???)
I mean, what is the secuencial order it which i have to conf. and execute Gobetwino and upload the code to the plataform, and how is the code i have to run to , for example, execute some keystrokes under a push-button-like (http://www.arduino.cc/en/Tutorial/Button) circuit???
Thanks