kurbatov / firmata4j

Firmata client written in Java.
MIT License
87 stars 45 forks source link

Consider using another serial communication library #41

Open NorbertSandor opened 4 years ago

NorbertSandor commented 4 years ago

What do you think about using a serial communication library that has better support? As I see the library used had no releases for ages...

I would recommend https://github.com/Fazecast/jSerialComm .

kurbatov commented 4 years ago

We can make all the serial libraries optional and provide transport implementation for all of them. I would highly appreciate your contribution.