EEPROM to software only. What requirement?

Hello,

Having a data logger Arduino which saves data on an additional EEPROM, I am investigating on how to retrieve data from a software of my own for data reading only. I am an actionscript/AIR programmer, so maybe as3Glue would do the trick but I just need to extract the data from the EEPROM once, nothing more.

Any tip, link or tutorial on how to achieve this the simplest way?

Thanks mates!

There are many different EEPROMS out there. please post link to the type you use.

What have you tried sofar?
Can you post that code?

Have you read the articles on the playground about external EEPROMS?

If speed is not an issue, I suspect the easiest way would be to code a sequence into your chip to spit the data sequentially to the serial monitor. You can use python or processing to store the data in some format.