Hello, I have referred the below URL and entered the command, but I got an error.
e2e.ti.com/.../awr1642boost-mmwave-demo-visualiser-captured-data
The command contents and execution results are as follows.
(Command)
python demo.py 4 5 visualize_data.dat visualizer_data.dat
(effective result)
Traceback (most recent call last):
File "demo.py", line 27, in <module>
"command_port":opts["command_port"],
KeyError: 'command_port'
Command_port is XDS110 Class Application/User UART (COM4) and Data_port is XDS110 Class Auxiliary Data Port (COM5). (This is the value on my computer.)
I would like to know if you know the cause.