To Harrie & anyone else who has the hardware working,
but cannot, for whatever reason, change the message stored in on-chip EEPROM.
Here's something you can try:
Download ICprog Windows pic programming software for free from here:
http://www.ic-prog.com/download.html
Start the exe program, and select the 16F877A pic from the drop down menu of supported pic chips.
Then you should be able to open the pic HEX file, and it should look like this:

Bear in mind that if you manually edit the message this way,
you also have to manually edit the message length.
note the "non message" locations at the bottom end of on-chip EEPROM
Code:
DATA @$FC,12 'text message length
DATA @$FD,49 : DATA @$FE,125 : DATA @$FF,0 'set initial high scores for games
Now you can edit the individual message locations, update the message length, cheat on hi scores if u have to, and save the hex file!
Now open the hex file in your own pic programming software and write to the 16F877A.
Cheers, Art.
Bookmarks