Files
python_tools/ReadMe.txt
2023-05-17 08:27:57 +08:00

30 lines
978 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

2023.4.7
实现文件上传下载到开发板经实验发现强制设置网卡速率为10M时上传文件卡死
只要关闭自动协商设置为100m也会延长传输时间
实现udp命令批量发送
get(),put()函数加入异常捕获
shell命令格式化输出支持交互式命令
2023.4.11
ftp.py get函数可以扫描文件夹
2023.4.16
updata.py 实现文件批量传输,发送升级小板的命令
2023.4.17
实现进度条显示、mcu在线状态查询
2023.4.18
可以手动添加ip地址
可以发送设备树文件
2023.4.20
文件发送完成后发送sync指令
2023.5.11
上传文件添加进度信号
打包为exe文件
D:\Python\Python38-32\Scripts\pyinstaller.exe -F updata.py
打包为无黑框的exe文件
D:\Python\Python38-32\Scripts\pyinstaller.exe -F -w -i icon.ico updata.py
使用新的图标
可以手动添加文件
2023.5.12
添加一些提示和警告信息