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?
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.