Dan Pidcock

Results 4 comments of Dan Pidcock

This is how I got write working: ``` dev = hid.Device(vid, pid) # set vid and pid for your device dev.write(b'\x01\x80\x33\x01\x00\x00\x00\x00') # writing 8 bytes to the device bytes =...

[protobuf-jav](https://mvnrepository.com/artifact/com.google.protobuf/protobuf-java) 3.25.5 was released 18th Sept which addresses [CVE-2024-7254](https://www.mend.io/vulnerability-database/CVE-2024-7254) I think it's worth upgrading to that at least @RomanIakovlev

great news, thank you both!