• Stars
    star
    118
  • Rank 299,923 (Top 6 %)
  • Language
    C++
  • License
    Apache License 2.0
  • Created over 9 years ago
  • Updated about 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Linux/Mac版本 串口调试助手

sscom

Linux/Mac版本 串口调试助手

效果

预览效果

GitHub Logo

未实现功能

GitHub Logo

使用

两种方法,下载编译好的;下载源码自行编译。

下载编译好的

移步至 https://github.com/kangear/sscom/releases 下载AppImage版本,可以任意Linux发行版直接运行。如果运行不了,记得提issue。

Linux自行源码编译

sudo apt-get install qtcreator libqt5serialport5-dev libudev-dev qt5-default
qmake 
make

Mac自行源码编译

brew install qt5
export PATH=$PATH:/usr/local/Cellar/qt@5/5.15.2_1/bin
qmake 
make

解决

sscom.pro:12: Unable to find file for inclusion /src/serialport/qt4support/serialport.pr,
要使用qt5编译 ,