بدون توضیح

Denis V. Dedkov 46b54b290d Documentation for example was added 10 سال پیش
examples 46b54b290d Documentation for example was added 10 سال پیش
.gitignore f06d67140e Initial commit 10 سال پیش
LICENSE f06d67140e Initial commit 10 سال پیش
README.md 63e9e5f6ca Update README.md 10 سال پیش
noolite.go 1c145a2465 Documentation for FindCommand method 10 سال پیش
noolite_test.go b65825b367 Initial github commit 10 سال پیش

README.md

noolite

Package noolite provide class for control Noolite Adapters PC11xx.

Protocol described on url: http://www.noo.com.by/assets/files/software/PC11xx_HID_API.pdf

To have access on device from common user add the next rule to udev. For example to /etc/udev/rules.d/50-noolite.rules next line:

ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="05df", SUBSYSTEMS=="usb", ACTION=="add", MODE="0666", GROUP="noolite"

Then add your user to noolite group:

sudo usermod <user> -aG noolite