The manual talks all about how PAUSE, PAUSEUS, PULSIN, PULSOUT, SERIN/SEROUT (software based UART type commands), and various other commands are affected by changes in actual oscillator speed and the DEFINE'd oscillator speed. (i.e. faster oscillator, faster this, slower oscillator, slower that).
PBP compensates for different DEFINE'd speeds (i.e. SEROUT using 2400 baud will be 2400 baud if you DEFINE OSC 4 or DEFINE OSC 40), but can't do anything about what you put into the OSC1/OSC2 pins or what, if anything, you end up selecting for the actual oscillator frequency, either internal or external types.
Bookmarks