一直想开发一款串口调试助手软件,更确切的说是需要了解串口调试助手怎样设计的。
最近做windows串口编程时搜索到一些开源的,简单记录如下:
1. https://github.com/movsb/common win32平台串口调试助手 https://blog.twofei.com/566/
开发语言:C++
2. https://github.com/Neutree/COMTool 跨平台串口调试助手
开发语言:python,基于QT
3. 无界面跨平台go库
https://github.com/tarm/serial 已测试,支持windows,可在linux下直接编译windows平台程序。
https://github.com/goburrow/serial
原文地址:https://www.cnblogs.com/embedded-linux/p/12041431.html
时间: 2024-11-02 08:52:26