We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In order to allow a non-sudoer to read data from the sensors connected via USB port, you need to add a rule for udev system.
Similar to the advice from debian udev documentation, create /etc/udev/rules.d/80-persistent-local-usb.rules with the following contents:
/etc/udev/rules.d/80-persistent-local-usb.rules
KERNEL == "ttyUSB0", MODE = "0777"
Another popular solution:
sudo usermod -a -G dialout $USER # Effect after reboot
http://wiringpi.com/wiringpi-update-to-2-29/ as commented at asrob-uc3m/hexakiller#6
Could be generated and installed
The text was updated successfully, but these errors were encountered:
Added sudo usermod -a -G dialout $USER to description.
sudo usermod -a -G dialout $USER
Sorry, something went wrong.
No branches or pull requests
usb
In order to allow a non-sudoer to read data from the sensors connected via USB port, you need to add a rule for udev system.
Similar to the advice from debian udev documentation, create
/etc/udev/rules.d/80-persistent-local-usb.rules
with the following contents:Another popular solution:
gpio
http://wiringpi.com/wiringpi-update-to-2-29/ as commented at asrob-uc3m/hexakiller#6
note
Could be generated and installed
The text was updated successfully, but these errors were encountered: