# SerialPortToolGUI **Repository Path**: Joker2770/SerialPortToolGUI ## Basic Information - **Project Name**: SerialPortToolGUI - **Description**: A Cross-platform serial debug tool. - **Primary Language**: C++ - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: https://snapcraft.io/serialporttoolgui - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-09-26 - **Last Updated**: 2024-02-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: serial, gtk3, C语言, Cpp, serial-port ## README # SerialPortToolGUI [![CMake](https://github.com/Joker2770/SerialPortToolGUI/actions/workflows/cmake.yml/badge.svg)](https://github.com/Joker2770/SerialPortToolGUI/actions/workflows/cmake.yml) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/3efc027964764539b02e58ae1b8ba422)](https://app.codacy.com/gh/Joker2770/SerialPortToolGUI?utm_source=github.com&utm_medium=referral&utm_content=Joker2770/SerialPortToolGUI&utm_campaign=Badge_Grade_Settings) [![serialporttoolgui](https://snapcraft.io/serialporttoolgui/badge.svg)](https://snapcraft.io/serialporttoolgui) A Cross-platform serial debug tool. ## Dependencies Required: * [cmake](http://www.cmake.org) - 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.