A permanent 'user-friendly' device name is created for RFIDler in the /etc/udev/rules.d/71-rfidler-lf-cdc-blacklist.rules file. However, it ends up pointing to the raw usb device, not the CDC interface:
$ ls -l /dev/ttyACM3
crw-rw-rw- 1 root dialout 166, 3 Jun 13 14:24 /dev/ttyACM3
$ ls -l /dev/RFIDler
lrwxrwxrwx 1 root root 15 Jun 13 14:24 /dev/RFIDler -> bus/usb/002/056
and opening this device in a serial terminal doesn't work.
A permanent 'user-friendly' device name is created for RFIDler in the /etc/udev/rules.d/71-rfidler-lf-cdc-blacklist.rules file. However, it ends up pointing to the raw usb device, not the CDC interface:
$ ls -l /dev/ttyACM3 crw-rw-rw- 1 root dialout 166, 3 Jun 13 14:24 /dev/ttyACM3 $ ls -l /dev/RFIDler lrwxrwxrwx 1 root root 15 Jun 13 14:24 /dev/RFIDler -> bus/usb/002/056
and opening this device in a serial terminal doesn't work.