Hi,
Customer uses AWR6843ISK to run vital signs, two com ports can be recognized on the pc, but the user port cannot be automatically recognized when running VitalSignsRadar_Demo.exe, as shown in the screenshot. Please help check.
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.
Hi,
Customer uses AWR6843ISK to run vital signs, two com ports can be recognized on the pc, but the user port cannot be automatically recognized when running VitalSignsRadar_Demo.exe, as shown in the screenshot. Please help check.
Hi Nancy,
It looks like the gui detected COM13 as both the user and the data port. According to screenshot the User Port should be COM13 and the data port should be COM14.
I am not sure why the auto-detect com port feature is not working, could you get me a picture of the switches on the customer's boards look like?
Thank you,
Angie
Hi Nancy,
The switches look correct so I am thinking there is a bug in the GUI. When I run the GUI it detects the right COM ports and I can't seem to override the auto-detected com ports.
The source code is provided in the toolbox and the customer is welcome to try and edit the gui so the "AUTO_DETECT_COM_PORTS" feature is turned off.
I am going to attempt to do the same thing and I will be getting back to you with my findings shortly.
Thank you,
Angie
Hi,
Could you please tell the specific files and modification methods? Since this GUI is written in QT, it seems that QT needs to be installed to modify it.
Hi Nancy,
Yes, QT is needed. On line 127 of mainwindow.cpp AUTO_DETECT_COM_PORTS is defined. I would change the code on line 127 so AUTO_DETECT_COM_PORTS is always off.
Thank you,
Angie