How to Identifying the serial device ID of controller #2483
Answered
by
robertsLando
robertsLando
asked this question in
Q&A
-
Ref: #2482 Just opening it here in case someone needs it |
Beta Was this translation helpful? Give feedback.
Answered by
robertsLando
Jun 23, 2022
Replies: 1 comment
-
Shows you available serials, if you only have one connected there will be one so use that Alternatively check like this:
Replace 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 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
robertsLando
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Shows you available serials, if you only have one connected there will be one so use that
Alternatively check like this:
Replace
/dev/ttyACM0
with your serialExample output: