The two matters are unrelated. First, the internal RC oscillator is
frequently accurate enough to support most common USART baud rates,
though temperature extremes may affect it enough to cause
communication problems at very cold or hot ambient temperatures.
However, the Gator board uses an external 20 MHz oscillator, not the
internal RC oscillator, so this is not an issue.
Second, RTS and CTS are used to control the flow of serial data, not
control the baud rate of the USART. If the baud rate is incorrect, RTS
and CTS will not fix that problem.
> thanks