USB Serial RS-232 Converter Question
Toby Dickenson
toby at tarind.com
Thu Dec 11 09:02:07 UTC 2008
Nils Kassube wrote:
> You can make your own udev rules which
> would create the wanted device name.
Here is an example to work from. I use this to assign the /dev/ttyUSBfan name to a port based on its embedded serial number, and also set the permissions and group. I hope this helps,
$ cat /etc/udev/rules.d/55-custom-names.rules
KERNEL=="ttyUSB*", ATTRS{serial}=="FTBA8KFX", NAME="ttyUSBfan", GROUP="toby", MODE="0660"
More information about the ubuntu-users
mailing list