add 串口工具

This commit is contained in:
fengbh 2024-07-13 15:54:33 +08:00
parent b11383c5bb
commit d51d81ee90

View File

@ -44,6 +44,8 @@ uart_temp是用于8051单片机上的一个项目用于获取温度并使
minicom -D /dev/ttyUSB0 -b 9600
```
> 推荐使用图形化的串口软件:<<https://github.com/Neutree/COMTool/tree/master>
5. 运行`process.py`解析数据生成图片
```bash
@ -54,6 +56,7 @@ uart_temp是用于8051单片机上的一个项目用于获取温度并使
# 运行脚本
python process.py
```
![数据图片](./img.png)
## 更多的信息