How To Install Libusb Driver
How To Install Libusb Driver
XM-07 can be configured 4 different devices. The configuration software was written by Python. The USB
communication section is implemented by PyUSB. How to install the Python and PyUSB library, refer to this:
https://www.python.org/
https://github.com/walac/pyusb/blob/master/docs/tutorial.rst;
PyUSB needs libusb. Here I only talk about how to install libusb in windows series platform. About Linux, Mac,
The system After Windows 7 requires the signature when install a driver, so before installing must disable the
signature in temporary. I show how to disable signature in temporary and install libusb in win10.
Click windows start icon and click settings,
https://sourceforge.net/projects/libusb-win32/files/libusb-win32-releases/1.2.6.0/
The filename is libusb-win32-bin-1.2.6.0.zip.
Setting the device to the programming mode and access to your computer. (How setting? Look afterward.) When it
plugged, the win10 will install drivers automatically. Wait for the installation complete. Run inf-wizard.exe , according
Properties.
Select Details label, select ‘Hardware Ids’.
According to the VID&PID you wrote on paper ensure this is what we are looking for.
Click Driver label and click ‘Update Driver’.
Choose “Browse my computer for driver software”.
Choose “Let me pick from a list of device drivers on my computer”.
Click “Have Disk” and locate to your driver files directory.
Ignore “This driver is not digitally signed!” warning and click next.
Done!
The driver installed successfully.