Hi Richard,

I don't use PBC, and this is only one of the reasons.

PBC is made to work with PIC's running at 4mhz. There is no DEFINE OSC equivelent. If you want to run at a higher speed then EVERYTHING has to be adjusted manually.

If you want a 1 second pause you have to PAUSE 5000.

PULSIN's read 5 times longer.

PULSOUT's are 5 times shorter

SERIN/OUT become problems since the baud rate is selected by Mode numbers and can't be calculated for other baud rates.

etc. etc.

You might want to consider Upgrading to PBP.   Or, for $1.50, change the crystal back to 4mhz.
<br>