atwoz,

thanks for the help...also...very interesting link

sayzer,

also thanks for the help.

Nice code

If i understand it will search the eeprom for a good value, send it to "start" to process it.
Then when saving, saves the new value to the eeprom and deletes the previous address value.

This can be very handy

Although what i will be using is more like this:

1st : erase all eeprom if button #1 pressed
2nd : send all data stored in eeprom via rs232 if button #2 pressed
3rd : start collecting data and saving it to eeprom if button #3 pressed
4th : stop collecting data and go back to starting loop if button #4 pressed


Since the data being colected and saved into the eeprom will be unique ( meaning that everytime the pic restarts and will if it will colect data it cannot be mixed with old data ) the entire eeprom will have to be deleted and ready to receive o toon of fresh continuous data.

.