0

Can someone explain me the connection between /dev/ttyACM0 and the output of lsusb?

I am following this instructions. It says "Update ttyACM0 to match your adapter location." I do not know what to do here.

lsusb
Bus 002 Device 002: ID 1058:25a3 Western Digital Technologies, Inc. Elements Desktop (WDBWLG)
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 0451:16a8 Texas Instruments, Inc. CC2531 ZigBee
Bus 001 Device 002: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
simon@simon-itx:~/Downloads/zigbee2mqtt$ usb-devices
Simon2019
  • 39
  • 1
  • 7
  • 1
    [so] is for programming questions, not questions about using or configuring Unix and its utilities. [unix.se] or [su] would be better places for questions like this. – Barmar Dec 30 '21 at 21:50

1 Answers1

0

You can find your chip by doing

ls /dev/

You should find something like this tty.usbmodemXXXXXXXXXXX

Sorin Penteleiciuc
  • 653
  • 1
  • 10
  • 26