Open andrewoficial opened 5 months ago
Code ` public void updatePorts(){
System.out.println(SerialPort.getVersion()); ports = SerialPort.getCommPorts(); ports = SerialPort.getCommPorts(); System.out.println("All OK"); //System.out.println(SerialPort.getVersion()); //Arrays.fill(ports, null); //ports = SerialPort.getCommPorts(); }`
Maybe look at https://github.com/Fazecast/jSerialComm/issues/555.
Yep, it is
Code ` public void updatePorts(){