LINUX下好用的图形化界面串口助手cutecom

1.安装cutecom

cpp 复制代码
sudo apt-get update
sudo apt-get install cutecom

2.配置串口

在开始使用CuteCom之前,需要确定要连接的串口设备。使用dmesg命令或查看/dev/目录可以帮助识别串口设备文件:

cpp 复制代码
dmesg | grep tty

3.打开cutecom

cpp 复制代码
sudo cutecom

图形化界面操作和正常串口助手一样,不再赘述。

相关推荐
EndingCoder1 天前
类的继承和多态
linux·运维·前端·javascript·ubuntu·typescript
ZFB00011 天前
【麒麟桌面系统】V10-SP1 2503 系统知识——添加用户
linux·运维·kylin
ZFB00011 天前
【麒麟桌面系统】V10-SP1 2503 系统知识——进入救援模式
linux·运维·kylin
RisunJan1 天前
Linux命令-iptables-restore命令(从文件批量恢复 iptables 防火墙规则)
linux·运维·网络
hugerat1 天前
在AI的帮助下,用C++构造微型http server
linux·c++·人工智能·http·嵌入式·嵌入式linux
ha20428941941 天前
Linux操作系统学习记录之----自定义协议(网络计算器)
linux·网络·学习
想唱rap1 天前
MYSQL在ubuntu下的安装
linux·数据库·mysql·ubuntu
糖~醋排骨1 天前
DHCP服务的搭建
linux·服务器·网络
dust_and_stars1 天前
ubuntu24使用apt安装VS-code-server code-server
linux·服务器·windows
码农小韩1 天前
基于Linux的C++学习——循环
linux·c语言·开发语言·c++·算法