whizzosoftware / WZWave

A native Java library for interfacing with Z-Wave PC controllers
Eclipse Public License 1.0
33 stars 22 forks source link

Switch from Rxtx to jSerialComm serial library #27

Closed Ziver closed 6 years ago

Ziver commented 6 years ago

As Netty is about to deprecate Rxtx it probably is a good time to start moving over to the jSerialComm library.

One of the main benefits of jSerialComm is that it does not require any installation of binaries to function properly, it handles this automatically.

This PR is related to issue #11

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 63.019% when pulling 3bc4af2335b79899724de929bd917e049ee08381 on Ziver:jserialcomm into e396de63e70ce75a8f1106aa1eeb4c6a07ff0a40 on whizzosoftware:master.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 63.019% when pulling fd1e06fa09de21b31da7559edaa28d378eb790b6 on Ziver:jserialcomm into e396de63e70ce75a8f1106aa1eeb4c6a07ff0a40 on whizzosoftware:master.