Jürgen Weigert 6 years ago
parent 660172fbfa
commit c47bc9a03a
  1. 13
      README.md
  2. BIN
      inf-wizard.exe
  3. 22
      led-badge-11x44.py

@ -32,11 +32,18 @@ Required dependencies on Mac Systems:
Required dependencies on Windows 10:
(install python from python.org)
Download inf-wizard.exe to your desktop. Right click 'Run as Administrator'
-> Click 0x0416 0x5020 LS32 Custm HID
-> Next -> Next -> Documents LS32_Sustm_HID.inf -> Save (we don't need that file)
-> Install Now... -> Driver Install Complete -> OK
Download python from python.org
[x] install Launcher for all Users
[x] Add Python 3.7 to PATH
pip install pywinusb
pip install pyhidapi
-> Click the 'Install Now ...' text message.
Run cmd.exe as Administrator, enter:
pip install pyusb
#### Examples:

Binary file not shown.

@ -16,19 +16,19 @@
#
# Windows install:
# ----------------
# (install python from python.org)
# [x] install Launcher for all Users
# [x] Add Python 3.7 to PATH
# https://sourceforge.net/projects/libusb-win32/ ->
# -> https://kent.dl.sourceforge.net/project/libusb-win32/libusb-win32-releases/1.2.6.0/libusb-win32-bin-1.2.6.0.zip
###### cmd.exe run as Administrator
# cd libusb-win32-bin-1.2.6.0\bin
# xcopy x86\libusb0_x86.dll c:\Windows\System32\libusb0.dll
# xcopy x86\libusb0.sys c:\Windows\System32\drivers\libusb0.sys
# inf-wizard.exe
## https://sourceforge.net/projects/libusb-win32/ ->
## -> https://kent.dl.sourceforge.net/project/libusb-win32/libusb-win32-releases/1.2.6.0/libusb-win32-bin-1.2.6.0.zip
## cd libusb-win32-bin-1.2.6.0\bin
## download inf-wizard.exe to your desktop. Right click 'Run as Administrator'
# -> Click 0x0416 0x5020 LS32 Custm HID
# -> Next -> Next -> Dokumente LS32_Sustm_HID.inf -> Speichern
# -> Next -> Next -> Dokumente LS32_Sustm_HID.inf -> Save
# -> Install Now... -> Driver Install Complete -> OK
# download python from python.org
# [x] install Launcher for all Users
# [x] Add Python 3.7 to PATH
# -> Click the 'Install Now ...' text message.
# -> Optionally click on the 'Disable path length limit' text message. This is always a good thing to do.
# run cmd.exe as Administrator, enter:
# pip install pyusb
#

Loading…
Cancel
Save