Hi, I'm able to get data from AWR1642BOOST to a linux laptop by using the https://github.com/ibaiGorordo/AWR1642-Read-Data-Python- code. However, I would like to transmit the same data without USB, but directly to a standard UART, using the RX/TX pins in the J6 header.
As I can see, these pins are called RS232 but they in fact work with the standard TTL logic. When connecting a TTL-USB adapter to pins 5 and 7, I'm able to see the greeting message after powering up the board, and the configuration strings when the python app sends them. However, I can neither initialize the radar by writing to this port, nor get any radar data into it. Could someone make it clear how to work with a non-usb serial? Assume that I want to use TTL-USB adapter(s). How many I needed? A single one for duplex transmission? Or two, working with different baudrates? How to connect them?