# YmodemUpdate **Repository Path**: acdb/ymodem-update ## Basic Information - **Project Name**: YmodemUpdate - **Description**: Python Ymodem协议串口更新工具 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-06-12 - **Last Updated**: 2023-07-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PythonYmodem协议串口升级工具 ### 界面 右侧文本框暂时无用,可自行修改 ![image-20230612144054415](https://image.xuebuwan.cn/i/2023/06/12/6486bdf8c2ffe.png) ### Xshell Ymodem协议接收测试 ![image-20230612143935122](https://image.xuebuwan.cn/i/2023/06/12/6486bdaaaf922.png) ### 打包生成exe可执行文件 在文件虚拟环境下执行此命令 ```shell python setup.py build ```