# pythonSerial **Repository Path**: Tigerots/pythonSerial ## Basic Information - **Project Name**: pythonSerial - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-02-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 弗斯特MCU在线升级工具 ## pyqt5编写的串口IAP工具软件 支持以下文件格式的升级文件,分别有如下特点: - bin文件: 以16进制方式发送,单包数据长度可配置,升级文件较小,但没有数据校验,不安全 - hex文件: 以ascii格式发送,没行具有数据校验功能,升级文件较大,安全性较高 - fst文件: 自定义文件,包含升级用到的所有信息(设备,固件,boot等),升级文件较大,安全性最高