This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

IWR6843: How to identify the data/cfg ports on Linux

Part Number: IWR6843
Other Parts Discussed in Thread: UNIFLASH

Hello, I am attempted to program my ISK board using uniflash on a linux machine. In the settings screen, I am supposed to select the cfg serial port and not the data port. I cannot figure out a command that gives me more info on the ports to determine which is which. In windows, the device setting label the COM ports. I tried "dmesg | grep ttyACM" but I get identical info for my two ACM ports (ACM0 and ACM1). I picked up "/dev/ttyACM0" and that happen to work but I'd like to know if there is a better way to identify the port than guessing. Thank you.