Skip to content

linux串口助手,The serial port debugging assistant under Linux can manually set the serial slogan and support virtual serial port debugging scenarios

License

Notifications You must be signed in to change notification settings

huanxiangjiaqiyue/sscom

Repository files navigation

Linux/Mac版本 串口调试助手,支持socat建立的虚拟串口

修改了手动输入串口号,以适配虚拟串口,例:/dev/pts/2

适配qt6

以下为 kangear 原文档:

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

About

linux串口助手,The serial port debugging assistant under Linux can manually set the serial slogan and support virtual serial port debugging scenarios

Resources

License

Stars

Watchers

Forks

Packages

No packages published