tlaukkan / zigbee4java

Zigbee API for Java provides simple Java interface to ZigBee network.
Apache License 2.0
144 stars 68 forks source link

Addition of JSerialComm as port library #116

Open Ziver opened 3 years ago

Ziver commented 3 years ago

I was unable to use the existing Serial port implementation, received JVM crash.

Solved my issue by using the newer JSerialComm library instead. I'm now able to connect to the serial port on Java 11.