本项目是一个串口助手
目前完美支持浅色模式和深色模式
注意: Markdown模式和 HTML模式一定要接收到正确的格式才会正常显示
| Windows | Debian |
|---|---|
在Windows11 和 Debian12 和 KUbuntu2404 上成功编译
Ubuntu 应该也可以, 还没试
- Qt v6.4
- ElaWidgetTools Latest
- itas109::CSerialPort Latest
- maddy v1.3.0
- concurrentqueue v1.0.4
- ThreadPool Latest
- nlohmann::json v3.11.3
git clone --recursive https://github.com/aiwang23/serialPortTools.git
- 请把CMakeLists.txt的
CMAKE_PREFIX_PATH修改自己电脑的Qt安装路径- 请自己电脑上安装 openssl, 并设置环境变量
- Windows, 可使用 firedaemon openssl 来快速安装
- Debian/Ubuntu 可使用
sudo apt install libssl-dev来快速安装
windows 编译器使用 msvc2022 debian 编译器使用 gcc/g++
cmake -S . -B ./build/
cmake --build ./build/目前支持简体中文和英语的切换, 后续后添加更多语言支持, 有其他语言需求的, 请自行配置语言
lupdate -recursive . -ts res/translations/zh_CN.ts res/translations/en_US.tslrelease res/translations/zh_CN.ts res/translations/en_US.ts
然后在 resources.qrc 添加 qm文件路径






