Fazecast / jSerialComm

Platform-independent serial port access for Java
GNU Lesser General Public License v3.0
1.32k stars 280 forks source link

Can not do "getCommPorts" on version 2.11.0 #563

Open andrewoficial opened 4 months ago

andrewoficial commented 4 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();
}`
NorbertSandor commented 4 months ago

Maybe look at https://github.com/Fazecast/jSerialComm/issues/555.

andrewoficial commented 4 months ago

Yep, it is изображение