Where's my serial port for ender 3 v 2 .. 4.2.2

Connect via ssh, run the following command in the shell and check what happen if you replug USB:

sudo dmesg -wH

You will see errors, something similar to enderbender or nothing.
Nothing or errors means that you have a hardware issue or something is incompatible. The pi’s not allways like USB devices^^ You can try another cable or a shorter cable :slight_smile:

The enderbender message means usb device has been detected :slight_smile:

Good luck!

PS: If you see enderbender like messages you can also reach your serial device via: /dev/ttyUSB0 (or something similar, see your dmesg message). Sadly less stable if the connection is lost and replugged because it can be renamend to ttyUSB1 then. But i think it fine and will work forever :slight_smile:

1 Like