I want to use can interface with slcand, but I have a problem.
To link can device(canable) with slcand, I make symbolic link with udev-rule
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ATTR{product}=="canable gs_usb", ATTR{serial}=="002900355934570820373433", SYMLINK+="cantest2"
It successfully made symbolic link "/dev/cantest2".
However, when I use command "sudo slcand -o -c -s8 -F /dev/cantest2 can8", I got a error message
I thought that it is a problem about symbolic link, so I find a directory of canable device, and used real directory in slcand.
However, it also return same error message
Does someon know how to solve this problem???
P.S. the operating systme is ubuntu 20.04
Other examples using "sudo slcand -o -s8 -t hw -S 3000000 /dev/ttyUSB0" or "sudo slcand -o -s8 -t hw -S 3000000 /dev/ttyACM0".
However, canable does not create these kinds of files in /dev directory.