Skip to content

How to Identifying the serial device ID of controller #2483

Answered by robertsLando
robertsLando asked this question in Q&A
Discussion options

You must be logged in to vote
ls /dev/serial/by-id/

Shows you available serials, if you only have one connected there will be one so use that

Alternatively check like this:

/bin/udevadm info --name=/dev/ttyACM0 | grep SERIAL

Replace /dev/ttyACM0 with your serial

Example output:

daniel@daniel:~$ /bin/udevadm info --name=/dev/ttyACM0 | grep SERIAL
E: ID_SERIAL=0658_0200
daniel@daniel:~$ ls /dev/serial/by-id/
usb-0658_0200-if00

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by robertsLando
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant