"Select Pic Type" missing options for 16FXX Types

billv

New Member
There are no options for selecting 16FXX Pics in the "Select pic type" list.
Advertising says it's possible. How is it done?? It's the main reason I bought it.
Single user liscence. Using V 3.62.
 

nick12ab

Senior Member
Have you tried changing this line
Code:
DISPLAY_PICS=0
in the PICAXE.INI file in the PIC-Logicator installation directory to this?
Code:
DISPLAY_PICS=1
It didn't work in the free version but as you have the paid version, it might do for you.

If it doesn't work for you, then move the PIC-Logicator-V1.exe file from the Old V1 exe directory to the PIC-Logicator installation directory and that will support 16FXX PICs.

However I don't think it will work with any programmer other than the BAS800 or the PIC-Logicator branded programmer. The About box for PIC-Logicator V1 says "PIC-Logicator V1 PIC interpreter by Clive Seager" so that implies that it will download an interpreter onto the PIC and you will have similar limitations as are present in really old PICAXEs.
 
Top