# OnTime-Temperature-display-QT **Repository Path**: upper-computer_1688/OnTime-Temperature-display-QT ## Basic Information - **Project Name**: OnTime-Temperature-display-QT - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-01 - **Last Updated**: 2025-02-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # - 使用QT作为上位机,利用串口通信,将STM32传入的温度数据变为折线图的形式显示出。 串口波特率,奇偶校验,数据位,停止位等参数配置,串口的自动检测。 使用QCustomPlot来实现动态实时曲线的绘制。 下位机传输过来的数据自动显示在接收窗口,也可以将接收到的数据保存为文件。