picprog update?

does Rev Ed plan a software update for Picprog to allow to change CCP1 bit on RB3 for the 16F88? It is allowed on 16F818 but is grayed-out on the'F88. Thank you
 

Technical

Technical Support
Staff member
Sorry about that bug, you can fix it yourself.

Open the file picdef.ini in the \picprog folder using notepad.

Locate the [16F88] section.

Add the line
CCP1=1,2FFF,3FFF
into the 16F88 section.

Save the file and then restart the programmer software.
 
Thank you. It works. Is there a way to let you SAVE this setting? All other config settings remain saved when you SAVE AS except the CCP1 setting. Thanks again.
 
Top