CommLite icon indicating copy to clipboard operation
CommLite copied to clipboard

CommLite 是一款基于CSerialPort的文本UI串口调试助手 CommLite is a textual user interface serial communication tool

CommLite

Version Stars Stars Forks License language platform appveyor-ci travis-ci GitHub last commit

语言:English / 中文


CommLite是一款基于CSerialPort的文本UI串口调试助手

Platform 平台

CommLite已经在以下平台做过测试:

  • DOS ( x86_64 )
  • Windows ( x86_64 )
  • Linux ( x86_64, aarch64, mips64el, sw_64, s390x, ppc64le )
  • macOS ( x86_64 )
  • Raspberry Pi ( armv7l )
  • FreeBSD ( x86_64 )
  • ...

Quick Start 快速开始

$ git clone --depth=1 https://github.com/itas109/CommLite.git
$ cd CommLite
$ mkdir bin && cd bin
$ cmake ..
$ cmake --build .
$ ./commlite

linux打包 deb

$ cd bin
$ cpack .

ubuntu 20.04 交叉编译 aarch64/arm/mips64el

$ sudo apt-get install g++-aarch64-linux-gnu
$ ./cmake_build_aarch64.sh

$ sudo apt-get install g++-arm-linux-gnueabi
$ ./cmake_build_arm.sh

$ sudo apt-get install g++-mips64el-linux-gnuabi64
$ ./cmake_build_mips64el.sh

Screenshot 截图

image

Contacting 联系方式

Donate 捐助

CSDN博客

License 开源协议

GNU Lesser General Public License v3.0