Hi,
I am using JSerialComm v2.11.00 under Windows 11 sand I am experiencing a strange issue
When I start my program I am able to list correctly the 3 devices that we will call them devA devB and devC that matches the COM ports on which they are physically.
However if I disconnect and reconnect USB cables differently on devA, devB and devC, Windows reenumerates COM ports but in the Java program I dont see the manufacturer info on the rigth com port, as is the JSerialComm instance remember the initial state when starting and then it seems JSerialComm is not able to follow dynamically the USB connections/disconnections.
Is it expected ?
If I stop my Java program and restart it, then JSerialComm is able to give me correct information.