1 Star 1 Fork 1

Joker2770 / SerialPortTool

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 911 Bytes
一键复制 编辑 原始数据 按行查看 历史
The Codacy Badger 提交于 2023-01-07 10:17 . Add Codacy badge

SerialPortTool

Codacy Badge serialporttool

A Cross-platform serial test tool.

Dependencies

Required:

  • cmake - 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.

C++
1
https://gitee.com/Joker2770/SerialPortTool.git
git@gitee.com:Joker2770/SerialPortTool.git
Joker2770
SerialPortTool
SerialPortTool
master

搜索帮助