【Python-BaseSerialPortTool】- 1. 使用python+PyQt5实现串口工具&TCP/UDP调试工具介绍

我打算从安装PtQt5开始讲解,先实现串口工具,再实现TCP、UDP调试工具。先贴出github源码路径,后续通过更新章节或者一个篇幅讲完,作为笔记,防止久了忘记,也给是作为一个小工程供大家指正,欢迎留言添加新功能。

[email protected]

开发环境:deepin + python3 +PyQt5 + Shell

github源码库:https://github.com/ZhenhuaWei/BaseSerialPortTool.git

效果图:

【Python-BaseSerialPortTool】- 1. 使用python+PyQt5实现串口工具&TCP/UDP调试工具介绍_第1张图片

【Python-BaseSerialPortTool】- 1. 使用python+PyQt5实现串口工具&TCP/UDP调试工具介绍_第2张图片

 

参考链接:

https://blog.csdn.net/u010139869/article/details/79505892

https://github.com/ColinFred/Pyserial-Demo

【Python-BaseSerialPortTool】- 2. PyQt5+qt-designer开发环境搭建

【Python-BaseSerialPortTool】- 3. BaseSerialPortTool二次及增量开发介绍

【Python-BaseSerialPortTool】- 4. BaseSerialPortTool项目使用pyinstaller打包成exe可执行文件

 

你可能感兴趣的:(#,----,Python,003-编程语言)