Quote Originally Posted by Plcguy View Post
' Compiler : PICBASIC PRO Compiler 2.6
...
define osc 4
...
serout 7,n9600,[254,1,"Covey Off Grid"]
Apply the P260a patch.
http://melabs.com/support/patches.htm

There was an error in 2.60 that affects SEROUT's baudrate when running 9600 at 4mhz.
It was fixed in the patch.

Or use SEROUT2 or DEBUG. They were not affected by the problem.