these virtual ports were installed with a "ethernet to serial" so that they will stay somewhere in the computer
even if the devices are not connected. I want to find all connected (the ethernet to serial)
devices faster. I have 5 com ports when I get the serial port names, but nothing has to be there(it still gest the com ports names
but no ethernet to serial devices). In this case I started my program and found out how long it takes to get all "real" serial ports- ones that have the ethernet to serial device connected at this time. I had no devices connected. it was 15 to 20 seconds each to attemp to serialport.open before Catching the error. I want to make this process faster. Please ask any question.