I'm working on a Joystick project and the Joystick is reading the Logitech 3D Pro but when I open the serial monitor is non-stop filling the screen with data like this....
hid_process_in_data 20002530 7: 00 02 88 7f 00 ff 00
hid_process_in_data 20002570 7: 00 02 88 7f 00 ff 00
hid_process_in_data 20002530 7: 00 02 88 7f 00 ff 00
hid_process_in_data 20002570 7: 00 02 88 7f 00 ff 00
hid_process_in_data 20002530 7: 00 02 88 7f 00 ff 00
This makes is hard to read the data that I'm looking for....
Joystick(0): buttons = 0 0:511 1:511 5:122 9:8
Is there a way to suppress this data? Like the option - bool show_changed_only = true;
Thanks.
hid_process_in_data 20002530 7: 00 02 88 7f 00 ff 00
hid_process_in_data 20002570 7: 00 02 88 7f 00 ff 00
hid_process_in_data 20002530 7: 00 02 88 7f 00 ff 00
hid_process_in_data 20002570 7: 00 02 88 7f 00 ff 00
hid_process_in_data 20002530 7: 00 02 88 7f 00 ff 00
This makes is hard to read the data that I'm looking for....
Joystick(0): buttons = 0 0:511 1:511 5:122 9:8
Is there a way to suppress this data? Like the option - bool show_changed_only = true;
Thanks.