New pages
Jump to navigation
Jump to search
- 12:57, 19 December 2025 Engauge-digitizer (hist | edit) [96 bytes] PTH (talk | contribs) (Created page with " https://akhuettel.github.io/engauge-digitizer/ https://github.com/akhuettel/engauge-digitizer")
- 15:11, 6 August 2025 Udev rules for serial devices to make names fixed (hist | edit) [860 bytes] PTH (talk | contribs) (Created page with " To add a special device name to a serial device add the following udev rule to your system: <syntaxhighlight lang="sh"> /etc/udev/rules.d/99-custom_serial_dev_MT.rules </syntaxhighlight> <syntaxhighlight lang="sh"> # serial tty interface of a FTDI driven device SUBSYSTEM=="tty", ATTRS{idVendor}=="XXXX", ATTRS{idProduct}=="YYYY", ATTRS{serial}=="XXXXXXXXXX", SYMLINK+="ttyUSB_<my special dev name>" # USB gadget driver for serial devices / tty interface SUBSYSTEMS=="u...")