I have this udev rule which creates the symlink
SUBSYSTEM=="usb", ACTION=="add", ATTRS{product}=="Symbol Bar Code Scanner", SYMLINK+="scanner1"
but when i cat the symlink like so cat /dev/scanner1
I get this File: /dev/scanner1 <BINARY> │ Size: 0 B
I was hoping for somthing like when you do cat /dev/input/mice
ps: thanks in advance.