# SerialPortTool **Repository Path**: open-hw/SerialPortTool ## Basic Information - **Project Name**: SerialPortTool - **Description**: A Cross-platform serial test tool. - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2022-04-03 - **Last Updated**: 2022-04-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SerialPortTool [![serialporttool](https://snapcraft.io/serialporttool/badge.svg)](https://snapcraft.io/serialporttool) A Cross-platform serial test tool. ## Dependencies Required: * [cmake](http://www.cmake.org) - buildsystem * g++ (>= 7.4.0 recommended) * gcc (>= 7.4.0 recommended) ## Build on Linux ~~~ git clone https://github.com/Joker2770/SerialPortTool.git cd SerialPortTool git submodule update --init --recursive mkdir build cd build cmake .. make ./SerialPortTool ~~~ ## Build on windows ~~~ git clone https://github.com/Joker2770/SerialPortTool.git cd SerialPortTool git submodule update --init --recursive ~~~ build with cmake-gui.