Only the usb.core part works. Not sure what to do with the rest.
pull/1/head
Jürgen Weigert 5 years ago
parent f721ae8da2
commit b6f3d0eb59
  1. 11
      99-led-badge-44x11.rules
  2. 8
      README.md

@ -0,0 +1,11 @@
#
# Debian/Ubuntu:
# Drop this file into /lib/udev/rules.d and unplug and re-plug your device.
# This should change the permissions so that sudo is no longer needed.
#
# MODE="0666" is not recommended for multi-user systems.
SUBSYSTEM=="usb", ATTRS{idVendor}=="0416", ATTRS{idProduct}=="5020", MODE="0666"
# FIXME: the following line is not sufficient for pyhidapi.
KERNEL=="hidraw*", ATTRS{idVendor}=="0416", ATTRS{idProduct}=="5020", ATTRS{busnum}=="1", MODE="0666"

@ -30,6 +30,14 @@ Required dependencies on Mac Systems:
pip install pyhidapi
brew install hidapi
Required dependencies on Windows 10:
(install python from python.org)
[x] install Launcher for all Users
[x] Add Python 3.7 to PATH
pip install pywinusb
pip install pyhidapi
#### Examples:

Loading…
Cancel
Save