Hi,
I suppose that it is okay for K22 to generate 250 baud rate.
The K22 uart receiving clock frequency will 250*16=4KHz, if you use 250 baud rate. For K22, the uart0/uart1 use system clock as it's driving clock, the uart2,uart3... use bus clock.
let's compute the maximum system clock frequency, which the uart0 is used to communicate with 250 baud rate, based on the following baud rate formula.
the maximum system clock is 8191*16*250=32.764MHz.
You can use uart to communicate with UR5 Universal Robot with 250 baud rate and RS232, the RS232 just uses transceiver to get high logic voltage to reduce the error rate.
You can use USB with CDC class to get virtual COM to communicate with PC or the usb host.
Hope it can help you
BR
XiangJun Rong
