This is an old version that was not updated. It is abandoned and useful for relatively old PICs.
Ioannis
Here is what I do; PBP includes a list of all PICs covered (with the version you have) located at: C:\Program Files (x86)\PBP3_1\DEVICE_REFERENCE. (Yours might be "\PBP3\" if you haven't upgraded.). From the list, find the part you're using, open the .info file with Notepad (or other text program). At the top you will find all the CONFIGs formatted as it should be in your PBP code. Copy and paste it, then remove the comment semi-colons. This lists the default settings. Below that are all of the individual CONFIG bits with the possible options. You can copy/paste changes to alter them individually.
Other options:
1. MCC: https://www.microchip.com/mplab/mplab-code-configurator
2. Great Cow Basic: http://www.greatcowbasic.com/gcb.html
The first needs MPLABX to work.
The second needs to install the free GCB Ide/compiler. The language is free and supports many PIC's. You do not need to make any config at all. Write your code and the needed configs are created automatically. Then you can open the *.asm file and copy the configs if you want to continue in PBP.
Ioannis
Bookmarks