# yan_serial_tools **Repository Path**: stlesson/yan_serial_tools ## Basic Information - **Project Name**: yan_serial_tools - **Description**: Serial Tools by Python - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-11-11 - **Last Updated**: 2024-11-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # yan_serial_tools 一个使用[PySide2](https://pypi.org/project/PySide2/) 做GUI 的串口工具,可以使用[Nuitka](https://github.com/Nuitka/Nuitka) 打包为独立的可执行程序 目前实现了: - [ ] 信号发生器:[设计思路](https://12tall.github.io/python/multithread/signal-generator.html) ## 参考 1. [PySide2 入门教程](https://github.com/se7enXF/pyside2)