Last active
December 17, 2019 02:43
-
-
Save chazcheadle/e02c144dad77bae7e2884f5cbe60d32c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ACTION=="add", SUBSYSTEM=="tty", ATTRS{idVendor}=="067b", ATTRS{idProduct}=="2303", | |
SYMLINK+="serialgps", DRIVERS=="pl2303" TAG+="systemd", MODE="0666", ENV{SYSTEMD_WANTS}="serialgps.service" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Udev rules | |
Reload udev rules: | |
`sudo udevadm control --reload-rules && udevadm trigger` | |
Monitor Udev activity: | |
`sudo udevadm monitor` | |
# Turn off local echo: | |
sudo stty -F /dev/serialgps -echo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment