|
From: Xiaofan C. <xia...@gm...> - 2022-02-05 10:05:03
|
On Sat, Feb 5, 2022 at 10:26 AM stuart lynne <stu...@gm...> wrote: > > Most people are using a generic libusb-win32 driver for Ant+ dongles. > I have two types, Garmin and Cycplus, and both show up as Dynastream > as the manufacturer, but they do have minor differences, so even if the same > chip from Dynastream, different configuration possibly. > > In driver details, that shows up with the actual driver as libusb0.dll. In that case, you will probably want to use pyusb libusb-0.1 backend as the driver (libusb0.sys) and libusb0.dll are already in place. You do not need to ship libusb-1.0.dll if you use the libusb-0.1 backend. I remember Garmin shipped a pretty old version of libusb0.sys and libusb0.dll but hopefully it does not cause issues for you. I may be wrong though. libusb-win32 official release is also very old -- 1.2.6.0 version was released in 2012. -- Xiaofan |