Ubuntu 18.0,4安装 串口工具 CuteCom

终端安装命令

sudo apt-get install cutecom

查看串口命令

dmesg | grep ttyS*

增加权限命令 解决无法连接问题

sudo chmod 666 /dev/ttyUSB0

END