Hello.
I want to be able to use gobetwino for logging some data to excel and plot graphs.
I followed the instructions in the tutorial pdf and in the sample pdf, namelly the creation of CPTEST and LOGTEST. I have read this topic too and folowed the instructions contained in it:
http://arduino.cc/forum/index.php/topic,132419.15.html
But i cant get it working...
To be more specific and helpful here is the steps i followed:
Downloaded and unziped gobetwino to C:/gobtwino location;
In Settings i choose COM 9 at 9600 baud, that is the port i have for working with arduino
In Settings i have level 3 message status, so i guess it shows up every message.
I created the commands CPTEST and LOGTEST and linked it to the respective example csv files.
I restarted gobetwino to make the settings and comand updates valid.
have closed gobetwino window;
Uploaded the sketch to Leonardo unsing COM 9 (since i tried another time before this: the serial monitor prints CPTEST and LOGTEST random values)
Started gobetwino and all i get is this in status messages: 24-12-2012 11:53:15 Serial port : COM9 opened at 9600 baud
Important informations:
I use window 7 machine and an Arduino Leonardo
in setup() function i use: While(!serial){ ;};
Any help would be great.
Thanks.