molejar / pyMBoot

Python based library for communication with NXP MCU Bootloader.
BSD 3-Clause "New" or "Revised" License
10 stars 3 forks source link

Replace pyusb,pywinusb with fido2's hid abstraction #2

Closed conorpp closed 4 years ago

conorpp commented 4 years ago

I've been having strange problems using libusb for USB HID. I replaced both pyusb and pywinusb with the native USB HID abstractions that are in the fido2 package, and now it seems to work without issue. I'm on MacOS Catalina.

conorpp commented 4 years ago

Abstractions are here: https://github.com/Yubico/python-fido2/tree/master/fido2/_pyu2f