1 Star 0 Fork 46

未初始化的变量 / SerialPortAssistant

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

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
    • mac
      Mac os, I don't have the corresponding equipment, please compile and test the user with the corresponding equipment.
  2. Complie status

    Platform Status
    windows、android windows、android
    linux linux
  3. Multi-language

    • Chinese
      Chinese
    • Englisth
      Englisth
  4. Multi style

  5. Release download
    Latest release download

  1. Donate
    If you are satisfied, you can donate to me
  • Donation (greater than ¥20):
    donation (greater than ¥20)

  • Donate ¥20
    donation ¥20

  1. Dependence RabbitCommon: https://github.com/KangLin/RabbitCommon
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/weishuai_zhong/SerialPortAssistant.git
git@gitee.com:weishuai_zhong/SerialPortAssistant.git
weishuai_zhong
SerialPortAssistant
SerialPortAssistant
master

搜索帮助