AdamLaurie / RFIDler

RFIDler - Software defined RFID (LF) Reader/Writer/Emulator
Other
455 stars 98 forks source link

linux udev symlink not working [Dave Sexton] #1

Closed AdamLaurie closed 10 years ago

AdamLaurie commented 10 years ago

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.