Git Product home page Git Product logo

qt_serialplot's Introduction

基于QCustomPlot,使用Qt编写的串口波形实时绘图工具。


基本功能齐全,包括:
自动扫描可用串口端口,同时显示端口硬件信息(无须再查看设备管理器,方便选择),波特率可手动输入。
发送/接收字节、速率统计、帧统计、误码统计。
接收区每2000字节强制换行,避免一行的内容太多,导致CPU占用过高从而卡顿,已测试过累计千万字节不卡顿。(仅仅是在接收显示里加换行,实际的真实数据不受影响)
支持中文收发,默认GB2312编码,如需Unicode/UTF8/UTF16需要更改代码。(单片机中文编码大多使用GB2312,占用空间小)
收/发区,无缝16进制转换,GB2312中文不乱码。输入框可作为转换框,无须在计算后重复输入。

增加帧捕获功能,用户可自定义修改两字节的帧头,帧协议兼容匿名四轴调试上位机。
增加捕获帧调试界面,方便调试。

波形绘图最多可显示20条曲线。曲线连接方式,颜色、散点形状可任意设置。可隐藏,可加粗显示。
曲线连接方式支持:点、线连接、左台阶、右台阶、居中台阶、纵值绘图。
波形散点形状支持:x形、+形、空心圆、实心圆、矩形、菱形、星形、正三角、倒三角、x框、+框、x圆、+圆、和平。
动态绘图支持: X轴自动跟随、Y轴范围自适应。
图页显示范围可在右下角手动输入调整。
支持滚轮Y轴缩放、左键拖拽、单击曲线加粗显示,不支持拖拽缩放。


使用说明,功能帧格式,见我的博客:
https://blog.csdn.net/Mark_md/article/details/109995490

qt_serialplot's People

Contributors

zhiliangma avatar

Stargazers

Linhx avatar  avatar  avatar hing avatar bushuhui avatar  avatar  avatar  avatar Hongyun Qiu avatar ckstar avatar  avatar 陈厚儒 avatar  avatar  avatar  avatar  avatar  avatar  avatar e271828 avatar  avatar  avatar  avatar End avatar  avatar  avatar min Tan avatar Qi avatar  avatar 霖夜妖妖 avatar YellwNew avatar  avatar  avatar  avatar  avatar  avatar xjf avatar  avatar  avatar Micheal Wen avatar

Watchers

 avatar

qt_serialplot's Issues

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.