Quote Originally Posted by George View Post
You don't think SEROUT2 running 20MHz could send enough data to change the default setting in the radio module? Is my syntax correct in how I'd send it? If you think that the serout won't do 19200 then I think I'll just cut my losses and try find another module that just works, the manufacturer did say that I could send it back and they would change it in the factory and send it back to me - however they r on the opposite side of the planet!
If you've got a few extra crystals handy (and assume that you just happen to have the right values ), how about tell the compiler you're using 2400 baud with 4mhz, but actually use a 32mhz. The compiler won't know the difference and you'll be running at 19,200.
But since you're running a 16F series, you're probably limited to 20mhz (depending), so maybe, tell the compiler you're running 4mhz with 9600 baud, and actually use 8mhz, to which you'll get 19,200 baud...
But there I go thinking again...gotta stop that...