How do you save values displayed on Arduino Serial Monitor?
newbie1234
Posts: 2
I am using the Arduino shield, and I am still learning the essentials. I have been viewing my sensor values using the Serial Monitor. I wanted to know how I can save the values displayed in a file to be used for later analysis.
Thanks for any help anyone can offer.
Thanks for any help anyone can offer.
Comments
There's an "on-chip" EEPROM ("EEPROM.h") or there's RAM.
You could write (store) those values before acquiring new values.