protocol-cpp
protocol-cpp copied to clipboard
Device Support
We are looking at the Jura GIGA 10. I wanted to know how standard in the protocol you use here. Could we expect it to work on all Jura machines ?
The basic functionality, yes. But I suggest going with the Bluetooth based one to reduce the needed effort to a minimum:
https://github.com/Jutta-Proto/protocol-bt-cpp
The reason for this is, that the button mapping I use in the serial based one is hard coded for the E6 since I only brute forced those ones. With the BT based one, we get all actions defined by the machine.XML obtained by the android app.
Has anyone tried porting this approach to node js? I have bumped into an issue described in https://github.com/Jutta-Proto/protocol-bt-cpp/issues/14