增加不断电下载功能
This commit is contained in:
@@ -9,6 +9,7 @@ uart_temp是用于8051单片机上的一个项目,用于获取温度,并使
|
||||
- 仅当温度变化时才会打印
|
||||
- 支持[SDCC](https://sdcc.sourceforge.net/)编译
|
||||
- 支持[stcgal](https://github.com/grigorig/stcgal)命令行烧录
|
||||
- 支持不断电烧录,发送"RESET!"命令后,软复位单片机,并自动重启。(`stcgal -a -r "./reset_mcu.sh"`的方式无法自动重启,原因未知)
|
||||
|
||||
- 支持Makefile
|
||||
- 支持Window环境
|
||||
@@ -44,7 +45,7 @@ uart_temp是用于8051单片机上的一个项目,用于获取温度,并使
|
||||
minicom -D /dev/ttyUSB0 -b 9600
|
||||
```
|
||||
|
||||
> 推荐使用图形化的串口软件:<<https://github.com/Neutree/COMTool/tree/master>
|
||||
> 推荐使用图形化的串口软件:[COMtool](https://github.com/Neutree/COMTool/tree/master)
|
||||
|
||||
5. 运行`process.py`解析数据生成图片
|
||||
|
||||
|
||||
Reference in New Issue
Block a user