Description
Hello,
I am using String[] serialPorts = SerialPortList.getPortNames();
to get a list of the COM ports of the computer.
This method works correctly and always returns the available COM ports of the PC.
Today I tested my software on a Lenovo desktop computer running Windows 10 and the result was missing a Port.
The computer had an ESP32 Node MCU connected to COM11 but the result was missing that port. In fact the result was an array containing COM1. In COM1 there was an other USB device.
The ESP32 is connected correctly to the computer and I can send and receive data from it.
Have you ever noticed this problem again ?
PS. I have tested the software on multiple computers (desktops,laptops) including Windows, MacOS and Linux, even on Raspberry Pi and it works correctly