Libusb

From ElectroDragon Wiki
Revision as of 04:18, 6 February 2020 by Chao (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Install LibUSB on Windows 7

If your computer is a X86 64 bits system:

  • copy this new file in the c:\Windows\syswow64\ folder,
  • copy the file libusb0.sys to the c:\Windows\system32\drivers\ folder

If your computer is a X86 32 bits system:

  • copy this new file in the c:\Windows\system32\ folder,
  • copy the file libusb0.sys to the c:\Windows\system32\drivers\ folder,

Download file from File:Libusb.zip

USBtinyISP

For windows, we use a modified LibUSB driver. You can download it here:

Install for Python