protocol-cpp icon indicating copy to clipboard operation
protocol-cpp copied to clipboard

Device Support

Open mteichtahl opened this issue 1 year ago • 2 comments

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 ?

mteichtahl avatar Jan 29 '24 23:01 mteichtahl

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.

COM8 avatar Jan 30 '24 04:01 COM8

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

mteichtahl avatar Feb 22 '24 09:02 mteichtahl