Author: Kang Lin (kl222@126.com)
Chinese
Englisth
SerialPortAssistant-Setup-v0.5.4.exe
SerialPortAssistant_v0.5.4.tar.gz
The AppImage format executable can be run directly on the Linux system, see: https://appimage.org/
Usage:
Decompress. Copy SerialPortAssistant_v0.5.4.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.4/SerialPortAssistant_v0.5.4.tar.gz
sudo tar xvfz SerialPortAssistant_v0.5.4.tar.gz
install
sudo ./install1.sh install SerialPortAssistant
If you want to uninstall
sudo ./install1.sh remove SerialPortAssistant
serialportassistant_0.5.4_amd64.deb
sudo dpkg -i serialportassistant_0.5.4_amd64.deb
SerialPortAssistant_v0.5.4.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
Set the parameter RabbitCommon_DIR
Project -> Build & Run -> Build -> Build settings -> Build step -> qmake
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
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