Quote Originally Posted by Mike2545 View Post
OK, I got the OSC set with OSCCON =$60 so its not running at 37khz anymore, which makes sense that the pause statements were way too fast for the result I was getting; pause 5 is way too small for what I was used to in basic, now pause 500 is more like it.

As for setting the fuses, I think I will need help figuring out how to do that.


Mike2545
First off read the thread I linked to above. Then let's just change the configs in the Inc file. If you were going to change things often then doing it in code is handy.

Go to the PBP directory and find the Inc file with your chips name. There you will see the config settings. You may want to male a backup of the file.

Then go to the MPASM directory in program files and find the coorosponding Inc there. The microchip Inc near the end has all of the possible settings.

Change the PBP Inc to the way you want it.

I am on my phone at the moment so I can not show the exact change.