wh201906 / SerialTest

Data transceiver(monitor)/realtime plotter/shortcut/file transceiver over serial port/Bluetooth/network on Windows/Linux/Android/macOS | 跨平台串口/蓝牙/网络调试助手,带数据收发/实时绘图/快捷发送/文件收发面板,可在PC和Android设备上使用
GNU General Public License v3.0
1.18k stars 222 forks source link

压力稍大时,绘图窗会卡死 #67

Open songzhe2001 opened 6 months ago

songzhe2001 commented 6 months ago

STM32L476 波特率:921600
循环发送延时1ms 数据量约2KB/s 此时绘图窗流畅度大幅下降。 函数如下; while (1) {
printf("%d\n",(uint16_t)TempValue); HAL_Delay(1); } 循环发送不延时 数据量约10KB/s 此时绘图窗需手动刷新。

wh201906 commented 5 months ago

测下来确实绘图过程会卡顿,但是数据点是不会丢的