1 Star 0 Fork 46

eaglexmw / SerialPortAssistant

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

Serial Port Assistant

Author: Kang Lin (kl222@126.com)

ChineseChinese

  1. Project: https://github.com/KangLin/SerialPortAssistant
    This project is a cross-platform serial assistant. It can run on:

    • WINDOWS
    • linux
    • Android
    • mac
      Mac os, I don't have the corresponding equipment, please compile and test the user with the corresponding equipment.
  2. Complie status

windows、android linux

  1. Multi-language

    • Chinese
      Chinese
    • Englisth
      Englisth
  2. Multi style

  3. Release download
    Latest release download

  1. Donate
    If you are satisfied, you can donate to me

donation

  1. Dependence
git clon https://github.com/KangLin/RabbitCommon.git
  1. Compile

    • Compiled with QtCreator
      • Open the project file SerialPortAssistant.pro with QtCreator
      • Set the parameter RabbitCommon_DIR
      • Direct compilation can generate programs
    • Compile with the command line
      • Build the build directory in the project root directory
      • qmake build compilation project
      • make install Build the program with the local toolchain
      • The program is generated in the install directory
    mkdir build
    cd build
    qmake ../SerialPortAssistant.pro
    make install
    cd install  #The program is generated in the install directory
C++
1
https://gitee.com/eaglexmw/SerialPortAssistant.git
git@gitee.com:eaglexmw/SerialPortAssistant.git
eaglexmw
SerialPortAssistant
SerialPortAssistant
master

搜索帮助