Skip to content

Instantly share code, notes, and snippets.

@tuxmartin
Created February 23, 2016 14:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tuxmartin/674fdef0338866705f0d to your computer and use it in GitHub Desktop.
Save tuxmartin/674fdef0338866705f0d to your computer and use it in GitHub Desktop.
USB UART udev symlink
martin@pc:~$ lsusb
...
Bus 001 Device 005: ID 10c4:ea60 Cygnal Integrated Products, Inc. CP210x UART Bridge / myAVR mySmartUSB light
martin@pc:~$
# /etc/udev/rules.d/99-usb-serial.rules :
SUBSYSTEM=="tty", ATTRS{idVendor}=="10c4", ATTRS{idProduct}=="ea60", SYMLINK+="seriak"
vytvori /dev/seriak
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment