Fazecast / jSerialComm

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

Update getCommPorts() docs #285

Closed 911992 closed 4 years ago

911992 commented 4 years ago

Addressed the issue(not really an issue) I had about opening and closing a SerialPort, by not keeping the instance, instead grab it from the return type of getCommPorts(), (assuming a global shared array, with global shared objects)

hedgecrw commented 4 years ago

Updated documentation to reflect this issue.