Shop OBEX P1 Docs P2 Docs Learn Events
How do you save values displayed on Arduino Serial Monitor? — Parallax Forums

How do you save values displayed on Arduino Serial Monitor?

newbie1234newbie1234 Posts: 2
edited 2013-05-07 08:55 in Announcements
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.

Comments

  • PJAllenPJAllen Banned Posts: 5,065
    edited 2013-05-07 08:55
    Depends what you mean by "later" and the number of data points.
    There's an "on-chip" EEPROM ("EEPROM.h") or there's RAM.
    You could write (store) those values before acquiring new values.
Sign In or Register to comment.