Quote Originally Posted by jellis00 View Post
My problem is I can't figure out how to use Hyperterminal to read the accumulated EEPROM data residing in the PIC mictrocontroller's internal EEPROM. Does anyone have any PC software to do this or suggestions how I should accomplish this??
When the PIC reads the EEPROM and sends it out to the terminal format the string with a comma in it so the terminal displays

"VAR1,yourDATA1"
"VAR2,yourDATA2"
and so on....

Then either copy paste the terminal or save to a text file. Open the file in excel as a comma delimited.

Or are you looking for something more automatic?