You can change your baudrate any time during runtime by issuing the command
SPBRG = x,
where "x" is a number you will find in your datasheet and
is based on your oscillator, and the BRGH and BRG16 settings.
After changing the baud rate, pause at least two byte-times before you
attempt to use the serial port.
Bookmarks