1 Star 0 Fork 46

latte79 / SerialPortAssistant

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

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 clone https://github.com/KangLin/RabbitCommon.git
  1. Developer
    8.1. Compile
  • Download source code

    git clone https://github.com/KangLin/SerialPortAssistant.git
  • Compiled with QtCreator

    • Open the project file SerialPortAssistant.pro with QtCreator
    • Set the parameter RabbitCommon_DIR
      Project -> Build & Run -> Build -> Build settings -> Build step -> qmake
    • 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

8.2. Script

  • build_debpackage.sh

    • This script generates the deb package under linux. Before use, please make sure the following programs are installed

        sudo apt-get install debhelper fakeroot 
    • Use system qt

        sudo apt-get install -y -qq qttools5-dev qttools5-dev-tools \
             libqt5serialport5-dev qtbase5-dev qtbase5-dev-tools
  • tag.sh This script is used to generate new release version numbers and tag

C++
1
https://gitee.com/latte79/SerialPortAssistant.git
git@gitee.com:latte79/SerialPortAssistant.git
latte79
SerialPortAssistant
SerialPortAssistant
master

搜索帮助