Platformio won't detect usb ch340 USB-Serial converter on ESP8266

I ran into this issue on which my computer will detect the USB device but platformio won’t be able to detect it. To fix this I did:

sudo apt remove brltty

Then it worked, I’m on Ubuntu 20.04 LTS. Hope it helps!

1 Like