Joker2770 / SerialPortToolGUI

A Cross-platform serial debug tool.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SerialPortToolGUI

CMake Codacy Badge serialporttoolgui

A Cross-platform serial debug tool.

Dependencies

Required:

  • cmake - buildsystem
  • g++ (>= 7.4.0 recommended)
  • gcc (>= 7.4.0 recommended)
  • gtk+3.0 (>= 3.22)

Build on Linux

git clone https://github.com/Joker2770/SerialPortToolGUI.git
cd SerialPortToolGUI
git submodule update --init --recursive
mkdir build
cd build
cmake ..
make

Build on windows

git clone https://github.com/Joker2770/SerialPortToolGUI.git
cd SerialPortToolGUI
git submodule update --init --recursive

build with cmake-gui.

About

A Cross-platform serial debug tool.

License:GNU General Public License v3.0


Languages

Language:C++ 97.3%Language:CMake 2.7%