TIL: to find out what is attached to a device in /dev/
you can use:
udevadm info -q all -n /dev/<device_name>
especially useful for things like /dev/ttyACMx
if you connect more than one of them :D
like this
reshared this
TIL: to find out what is attached to a device in /dev/
you can use:
udevadm info -q all -n /dev/<device_name>
especially useful for things like /dev/ttyACMx
if you connect more than one of them :D
like this
reshared this
BenderRobot
in reply to Elena ``of Valhalla'' • • •That's a useful tip.
For me it worked like this: udevadm info -q all -n /dev/ttyACM*
#linux #usb #device #ttyUSB #ttyACM #arduino #serialport
Elena ``of Valhalla''
in reply to BenderRobot • •Elena ``of Valhalla''
Unknown parent • •