# SerialOscillograph **Repository Path**: nothingwd/SerialOscillograph ## Basic Information - **Project Name**: SerialOscillograph - **Description**: 这是一个使用Qt5开发的串口示波器上位机 - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-06 - **Last Updated**: 2026-01-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SerialOscillograph 这是一个使用Qt5开发的串口示波器上位机。 串口通讯使用了QSerialPort,波形绘制使用了QChart。 项目包含了QT上位机源码,和与之配合的STM32单片机头文件。 通讯数据二进制形式(区别于字符型),数据类型为32位float,通讯效率较高,详见代码。 数据保存格式为csv格式,读取数据使用了SACsvStream中部分代码。 合作或意见反馈请联系ws1336@qq.com ## 获取windows版本可执行程序 [![baidu](https://github.com/ws1336/SerialOscillograph/raw/master/Resources/download.jpg "下载地址")](https://github.com/ws1336/SerialOscillograph/releases) ## 软件运行示意图Ubuntu ![baidu](https://github.com/ws1336/SerialOscillograph/raw/master/Resources/shot.png "软件运行示意图Ubuntu") ## 软件运行示意图Windows7 ![baidu](https://github.com/ws1336/SerialOscillograph/raw/master/Resources/shot.jpg "软件运行示意图Windows7")