I am using PICs with slow internal oscillators.
It appears to me that DEFINE OSC will not work below 3mhz.
There are some instructions that will not work if DEFINE OSC is not working right. (PAUSE and SEROUT2)
Because DEFINE OSC .032 will not work I use DEFINE OSC 3 with 32khz and use PAUSE 1 to get a “PAUSE 100”.
How should I deal with 1mhz, 125khz or 32khz oscillators with PBP when using serial or pause instructions?
Thanks!