greatfet icon indicating copy to clipboard operation
greatfet copied to clipboard

Add a WinUSB comms backend

Open Qyriad opened this issue 5 years ago • 1 comments

Currently on Windows we require use of something like Zadig to install libusb-win32 for GreatFET. Instead we should just write a backend for communications over WinUSB.

Qyriad avatar Sep 24 '19 00:09 Qyriad

FYI, I just published a Python wrapper around wdi-simple (a command line version of Zadig and part of the libwdi repo)

https://github.com/CapableRobot/CapableRobot_USBRegister

This package includes pre-built wdi-simple CLI binaries and a python wrapper around them, allowing for automation of device to driver registration -- no more asking end users to download Zadig and click buttons.

osterwood avatar Apr 01 '20 19:04 osterwood