From: Paul F. <fer...@gm...> - 2017-06-08 08:03:05
|
Hello Peter, Thank you for clarifying the topic. I have some minor note to add. On Wed, Jun 07, 2017 at 10:04:30PM +0000, Peter Stuge wrote: > Of course, if your vendor software requires a different driver and > Windows is set to use WinUSB.sys, then you have a horror story on > your hands - because the device will then *only* work with OpenOCD. There is now an alternative called UsbDk [1] which is similar to filter driver of libusb-win32 but is supposed to be more reliable. It should allow using whatever vendor driver and automatically "borrow" the device for libusb applications when needed. Unfortunately, the UsbDk backend in libusb can't coexist with WinUSB backend, it's selected during the configuration stage. One can try the UsbDk-enabled libusb by means of using libusb-usbdk package in MSYS2. HTH [1] https://github.com/daynix/UsbDk -- Be free, use free (http://www.gnu.org/philosophy/free-sw.html) software! mailto:fer...@gm... |