giloutho / Logfly5

Logfly is a log book which stores your flights with GPS tracks or not
GNU General Public License v3.0
21 stars 7 forks source link

udev rules #2

Open giloutho opened 7 years ago

giloutho commented 7 years ago

In linux, in order to download GPS tracks, serial port must authorized. Best way seems to write udev rule like this :

SUBSYSTEM=="tty", ENV{ID_VENDOR_ID}=="2a62", MODE="0666", SYMLINK+="ttyUSB%n"