Hi gang,
I've been playing with a 12f683 in 4mhz mode and sending results to a serial LCD using "SEROUT pin, T9600, ["text here"]

works fine.

But then I tried bumping the internal osc to 8mhz

OSCCON = %01110111 ' internal oscillator at 8 MHZ
define osc 8

The oscillator frequency is definitely changing
But the "define osc 8" command looks like its being ignored by PBP3.

I put an Oscope on the serial clock pulse-width to check.
And with our without the "devine osc 8" there is no change.

Where should I look for troubleshooting this?
I'm using Pickit2 as the programmer.

Big Thanks!!
Duane