network-management-client
network-management-client copied to clipboard
serial port not working on Arch Linux
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 running pnpm run rust:dev?
Same thing on Ubuntu 23.10