I have used UART2_RX(PIN B16) to accept data, when i run the detection program and the host pc will send the
heartbeat messages. Sometimes the rev data will be error and lost for only several seconds(maybe 3 seconds) and it will go well.
The same application on TK1 moudle is OK and never go wrong.
The UART2_RX is on 9600 BaudRate, 8 Data bits and 1 stop bits.
The Jetson_TX2_Series_Modules_DataSheet says:
NOTE: The UART receiver input has low baud rate tolerance in 1-stop bit mode. External devices must use 2 stop bits.
In 1-stop bit mode, the Tegra UART receiver can lose sync between Tegra receiver and the external transmitter
resulting in data errors/corruption. In 2-stop bit mode, the extra stop bit allows the Tegra UART receiver logic to
align properly with the UART transmitter.
I’m not sure if it’s related to this note.