EmbDev.net

Forum: µC & Digital Electronics Arduino Mega & processing, serial interface


von volky (Guest)



Rate this post
useful
not useful
I try to use Arduino Mega for data mining from for example some 
thermometers over 24h periods. After each passed period I'll start my PC 
(Windows 7) where a processing scetch is startet to read the gathered 
data from my Arduino via serial interface (com3). But in the moment the 
serial communication starts, all my data on Arduino are erased!

In the attached sketches a simple watch replaces my thermometers.

Has anyone some ideas?

von Testato (Guest)


Rate this post
useful
not useful
normally arduino reset itself when a serial connection is established
on arduino mega PCB is there a pad named "RESET-EN"
you need to cut whit a knife the copper between the pads for remove the 
autoreset.
ATTENTION that you loose the autoreset function for program the micro, 
so the  better things is to solder a jumper on the pads and remove it 
after the upload of the program

von chris (Guest)


Rate this post
useful
not useful
How about using a SD card to store the data?

Please log in before posting. Registration is free and takes only a minute.
Existing account
Do you have a Google/GoogleMail account? No registration required!
Log in with Google account
No account? Register here.