in your pbp3 folders you have a directory "DEVICE_REFERENCE"
there is a file in there for every pic chip that pbp can pgm , that file lists the correct config syntax for each chip
or just download the meCONGIG.EXE utility from the melabs web site
you should google "read modify write error" and search this forum for tips also
is just asking for trouble @20mhzportb.7 = 0
PAUSEUS 100
portb.7 = 1
PAUSEUS 100
portb.7 = 0
portb = 0
PAUSEUS 100
portb = 128
PAUSEUS 100
portb = 0
is much more likely to work
Bookmarks