- 系统输入法简体繁体切换:
Ctrl+Shift+F
- 有时,系统即使已经有CH340的驱动仍然无法识别串口,可能是有其它系统配置的识别码与串口设备冲突 https://unix.stackexchange.com/questions/670636/unable-to-use-usb-dongle-based-on-usb-serial-converter-chip ,可以尝试使用
sudo systemctl mask brltty.path
屏蔽系统配置的一部分;或者直接删除此部分sudo apt remove brltty
; 使用sudo udevadm control --reload-rules
重新加载配置,并重新插入USB设备。