serial port not working on Arch Linux #445
Labels
bug
Something isn't working
help wanted
Extra attention is needed
high priority
This issue needs to be addressed quickly
When I run
pnpm run rust:dev
the client shows me two serial ports, but not/dev/ttyUSB0
and/dev/ttyACM0
(that's the RAK) but instead/sys/class/tty/ttyACM0
and/sys/class/tty/ttyUSB0
both of which claim "is a directory" and don't work. Is there anything I can fix or any way to pass the right port as parameter on runningpnpm run rust:dev
?The text was updated successfully, but these errors were encountered: