Serial port for data communicat

Hello! Everyone, When you want to use the serial port for data communication, can the serial port debugging assistant receive the data sent by the serial port debugging assistant of the pc platform when it encounters jetson, but the Pc side cannot receive the data sent by the jetson side? What are the good solutions?

I’m not familiar with “debugging assistant”. I just think of the serial port as a serial UART for data. In some cases people attach a console to it, and it becomes a serial console, but there isn’t anything special about this.

Every serial UART has a few options, but those don’t change the nature of the data other than perhaps slight changes in latency, or maybe a significant change in transfer speed. You might want to add a more detailed description of what you are wanting to do.

Incidentally, using a UART, once it is set up, is nothing more than reading or writing to the device special file (or piping). The application using this won’t know the difference.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.