Author: Kang Lin (kl222@126.com)
Chinese
Englisth
SerialPortAssistant-Setup-v0.5.8.exe
SerialPortAssistant_v0.5.8.tar.gz
The AppImage format executable can be run directly on the Linux system, see: https://appimage.org/
Usage:
Decompress. Copy SerialPortAssistant_v0.5.8.tar.gz to install directory, then decompress it:
sudo mkdir /opt/SerialPortAssistant
cd SerialPortAssistant
sudo wget https://github.com/KangLin/SerialPortAssistant/releases/download/v0.5.8/SerialPortAssistant_v0.5.8.tar.gz
sudo tar xvfz SerialPortAssistant_v0.5.8.tar.gz
install
sudo ./install1.sh install SerialPortAssistant
If you want to uninstall
sudo ./install1.sh remove SerialPortAssistant
serialportassistant_0.5.8_amd64.deb
sudo dpkg -i serialportassistant_0.5.8_amd64.deb
SerialPortAssistant_v0.5.8.apk
If you are satisfied, you can donate to me
RabbitCommon: https://github.com/KangLin/RabbitCommon
git clone https://github.com/KangLin/RabbitCommon.git
Download source code
git clone https://github.com/KangLin/SerialPortAssistant.git
Compiled with QtCreator
Open the project file 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
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
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
Sign in for post a comment
Activity
Community
Health
Trend
Influence
:Code submit frequency
:React/respond to issue & PR etc.
:Well-balanced team members and collaboration
:Recent popularity of project
:Star counts, download counts etc.
Comments ( 0 )