Multiple COM ports not displayed next to the device name on Windows client

Hello,

I am trying to connect a TI IWR6843ISK board using the VirtualHere client (v5.6.1) on Windows. When the board is connected, 2 UART ports are displayed on the device manager as a Virtual COM Ports (enhanced COM port and the standard COM port). However, only one COM port appears beside the device name in the VirtualHere client and in the API output. Can you please help?

Refer v5.2.5 changes, https://www.virtualhere.com/node/955#:~:text=5.2.5%20(14th%20Dec%202021)

#2

Actually this is expected, at the moment the virtualhere client will display just one com port per USB device. The COM port(s) are still passed through correctly (check Windows Device Manager) but only one will show in the client next to the device.

#3

Thank you for the quick response! Do you have any plans to modify this? Currently, We are using VirtualHere client output to parse COM ports. It will be really helpful if ports can match with Device Manager.

#4

OK let me see what i can do now... it might be an easy change..

#5

Ok, thanks. 

#6

Download and run this beta build, (ill roll these changes into the main version)

#7

Thanks, Michael. I see multiple ports listed now in client and API. However, within the GUI, I notice that ports continue to accumulate each time I connect, disconnect, and then reconnect (same for devices with single COM port as well).

For example:

## Multiple COM port device:

After 1st time use,

 --> (COM3,COM4) tiiwr6843iskusb (myserverglnxa64.11) (In-use by you)

After 2nd time use,
--> (COM3,COM4,COM3,COM4) tiiwr6843iskusb (myserverglnxa64.11) (In-use by you)

After 3rd time use,
--> (COM3,COM4,COM3,COM4,COM3,COM4) tiiwr6843iskusb (myserverglnxa64.11) (In-use by you)

 

## One COM port device:

After 1st time use,

 --> (COM6) RS232loopbackUSB1 (myserverglnxa64.12) (In-use by you)

After 2nd time use,
--> (COM6,COM6) RS232loopbackUSB1 (myserverglnxa64.12) (In-use by you)

...

 

#8

Sorry i see the bug, download again from that link above and test this new version