Retreive Data and trasfer back to computer
jonykk
Posts: 17
Hi,
Im having problem on how to send my EEPROM data to my computer using RS232 cable. Im using BS2pe for doing a data logging project. I saved all the data that gathered from the sensor to the EEPROM but how to send those data back to computer for future analysis. Is it posible to save in csv file? so that easy for generate a graph...
Im having problem on how to send my EEPROM data to my computer using RS232 cable. Im using BS2pe for doing a data logging project. I saved all the data that gathered from the sensor to the EEPROM but how to send those data back to computer for future analysis. Is it posible to save in csv file? so that easy for generate a graph...
Comments
You'll set up a loop to READ the EEPROM location, send the byte out the serial port, add a comma, get the next EEPROM value, repeat. At the PC, use Hyperterminal to receive the file.
Note that prolonged, high speed writes to EEPROM will gradually "wear-out" the memory locations.
Cheers,
For the coding...data were store in 8 to 15 cause BS2pe only allow data to store in that place.
I strongly suggest that you look at StampPlot Pro and/or PLX-DAQ. These take care of the work on the PC side and come with plenty of examples for the Stamp side.
All you stored is 8 bytes of data? I can almost get that out with just a fahnestock clip.
I think he means slots 8-15 in the BS2pe. Up to 8k available there. Might be a bit much for your fahnestock clip!
Jonykk,
How is your saved data structured? A continuous stream of bytes, or is it a table of information from the sensor? Are there any timestamps? If you post the program that stored the data, it would help us figure out the best way to get it out.