diff --git a/README.md b/README.md index 7edb9a4..054ab36 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/inf-wizard.exe b/inf-wizard.exe new file mode 100644 index 0000000..4ead777 Binary files /dev/null and b/inf-wizard.exe differ diff --git a/led-badge-11x44.py b/led-badge-11x44.py index 66a5b71..37cb91d 100755 --- a/led-badge-11x44.py +++ b/led-badge-11x44.py @@ -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 #