Could somebody please give me an idea as to why my programmer won't program 16f88 pic's.
I'm trying to load a simple program
through my pic programer and checker board which I have programmed 16f84 and 16f628's many times before and still do, Ive included a picture of the schematic. I am using icprog with direct I/O invert mclear and invert vcc checked.cheers in advancedCode:CMCON = 7 ' Disable Comparators ansel = 0 start: portb.0 = 1 pause 1000 portb.0 = 0 pause 1000 goto start
Bookmarks