Fazecast / jSerialComm

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

getCommPort block #386

Closed czyfengye closed 2 years ago

czyfengye commented 2 years ago

I wrote a test program. Calling SerialPort.getCommPort(portName) can return the SerialPort object. The program is marked as a jar package and called by another program, which will block here. Environment jdk1.8, jSerialComm2.7.0,win10

hedgecrw commented 2 years ago

Please test the newly released library version 2.8.0 and see if your problem is solved. If not, we will need some further info/explanation...I don't understand exactly what you're trying to do or what the setup looks like.

hedgecrw commented 2 years ago

Closing as "unable to replicate" and "inactive".