Coder Social home page Coder Social logo

sscom's Introduction

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编译 ,

sscom's People

Contributors

kangear avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.