Hi, I am relatively new to the Arduino platform and I am trying to log data as a text file from two thermometer readings using Gobetwino. My code currently reads:
Ideally I want it to be transferred to excel but just a simple first step at the moment. My lecturer suggested Gobetwino and I have seen previous mentions on the arduino forum. I have seen some people have had success with it but no mention of this error which I do not fully understand how to rectify.
I have not heard of Real Time, are there any related examples you know of? A quick google search hasn't provided any arduino based examples
Its RealTerm
It, and many others, can log and timestamp data into a csv file ready for transfer to Excel and all are freebies..
Gobetwino may have some value in other arenas but it's not pleasant and I wouldn't dare ask what on earth motivated your lecturer to suggest it for this purpose. If Excel is your intention and he knew what he was doing, he surely would have suggested PLX-DAQ or the like. PLX is a free macro for Excel which effectively makes it a terminal, thereby allowing you to send data from Arduino direct into Excel. This enables you to draw real-time (yes, that's the word) graphs, something RealTerm cannot do.