EEPROM data to serial connection

Hello experts!

I developed a small logger with a Arduino Nano which saves some data in the EEPROM during a short session.

I am looking for a way to connect my laptop to the Nano via the serial connection, retrieve the data and display them in an home made graph.

My questions 8)

Thanks for any tip!

To read Arduino's EEPROM from PC you need to use the Serial (Serial - Arduino Reference), EEPROM library (http://arduino.cc/en/Tutorial/HomePage) and some logic according your idea. Everything is pretty well described here on this site.

Thanks Budvar,
I only checked the playground section.