Hello,
I am using UART_1 to receive GNSS data. For UART_1, baud rate is 115200bps. On terminal, I can see the correct data when baud rate is set to 115200bps. When the baudrate is changed, the data on the terminal is incorect (random characters).
Now I am using UART_2 to read accelerometer and gyroscope data from SAMG microcontroller. But it always shows some random characters. It never shows the correct data. I set UART_2 baud rate at 115200 and then at 921600. But still the data is always some random characters. So what is the maximum baud rate supported on nRF9160dk for UART? I am not understanding why the data is incorrect always.