Other Parts Discussed in Thread: UNIFLASH
The error is:
b'Error: You have provided partial configuration between stop and this command and partial configuration cannot be undone.Issue the full configuration and do "sensorStart" \n'
And then the following lines come out repeatedly:
Traceback (most recent call last):
File "gui_threads.py", line 40, in run
outputDict = self.parser.readAndParseUart()
File "gui_parser.py", line 74, in readAndParseUart
if (magicByte[0] == magicWord[index]):
IndexError: index out of range
I have succesfully connected the COM Ports, I am trying to run the 3D People Counting lab, I selected the Configuration from ti\mmwave_industrial_toolbox_4_12_0\labs\People_Counting\3D_People_Counting\chirp_configs\AOP_6m_default.cfg. I can get it to work I'd say 1/4 times, then it works for a minute until it tells me that it has lost access to the COM ports as UniFlash also has them open at the same time, the rest of the time I get the message displayed above.
EDIT: it is happening with all the Labs, I get the same IndexError, except for Long Range People Detection, that one works fine even without loading its meta image into UniFlash (Web Version).