Do you have an LCD or RS232 connection? If you have either one of these I would suggest sending out the value you are retrieving from the EEprom using the DIG command to display it as it's individual digits.
Example:
This will give you a way to confirm the value you are getting out of the EEPROM, and help you troubleshoot the problem by elimination.Code:Read eeadr,data For x = 2 To 0 Step -1 Hserout[data DIG x] Next x
Bookmarks