1 Star 0 Fork 46

equalll / SerialPortAssistant

forked from kl222 / SerialPortAssistant 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README_zh_CN.md 3.31 KB
一键复制 编辑 原始数据 按行查看 历史
kl222 提交于 2019-06-24 15:02 . Modify README

串口助手

作者:康林(kl222@126.com)

English英语

  1. 项目位置:https://github.com/KangLin/SerialPortAssistant
    本项目是一个跨平台的串口助手。它能运行在:

    • WINDOWS
    • linux
    • mac
      本人没有mac设备,请有些设备的同学自行编译和测试
  2. 编译状态

    平台 状态
    windows、android windows、android
    linux linux
  3. 多语言

    • 中文
      中文
    • 英语
      中文
  4. 多样式

  5. 发行版本下载
    最后发行版本下载

  1. 捐赠
    如果你用得满意,可以对本人进行捐赠
  • 捐赠(大于¥20):
    捐赠( 大于 ¥20 )

  • 捐赠¥20
    捐赠¥20

  1. 依赖 RabbitCommon: https://github.com/KangLin/RabbitCommon
git clon https://github.com/KangLin/RabbitCommon.git
  1. 编译

    • 用 QtCreator 编译
      • 直接用 QtCreator 打开工程文件 SerialPortAssistant.pro
      • 设置参数 RabbitCommon_DIR
      • 直接编译就可以生成程序
    • 用命令行编译
      • 在项目根目录下建立 build 目录
      • qmake 生成编译工程
      • make install 用本地工具链生成程序
      • 在 install 目录下会生成程序
    mkdir build
    cd build
    qmake ../SerialPortAssistant.pro RabbitCommon_DIR=
    make install
    cd install #进入生成的程序目录
C++
1
https://gitee.com/forgo/SerialPortAssistant.git
git@gitee.com:forgo/SerialPortAssistant.git
forgo
SerialPortAssistant
SerialPortAssistant
master

搜索帮助