Closed sblantipodi closed 2 months ago
Try to open the port, it will fail if it has been opened by another process.
(isOpen()
only indicates whether the port has been opened by using the given SerialPort
instance.)
ok thanks it worked 👍 congrats for the wonderful lib!
Hi, thanks for this wonderful lib, Java really needed something good like this.
Thanks for the effort you put into it to make it real.
Is it possible to see if a COM port is available?
this code says that the com port is always available, even if all the ports are locked/opened by other programs.