tailgrabik

Results 1 issues of tailgrabik

I'll use python 3.8. I'm using MacOS 10.15 and as the iohidmanager backend It works like this. ``` >>> import hid >>> hidraw = hid.Device(0x2341, 0x8036) >>> hidraw.close() ``` However,...