Code Monkey home page Code Monkey logo

com's Introduction

QT串口调试工具

2017-6-19

基本功能:

  1. 支持16进制数据发送与接收
  2. 支持windows下COM9以上的串口通信
  3. 自动加载对应操作系统串口号
  4. 实时显示收发数据字节大小以及串口状态
  5. 支持串口转网络

高级功能:

  1. 可自由管理需要发送的数据,每次只要从下拉框中选择数据即可,无需重新输入数据
  2. 可模拟设备回复数据,需要在主界面开启模拟设备回复数据。当接收到设置好的指令时,立即回复设置的回复指令。例如指定收到0x16 0x00 0xFF 0x01需要回复0x16 0x00 0xFE 0x01,则只需要在SendData.txt中添加一条数据16 00 FF 01:16 00 FE 01即可
  3. 可定时发送数据和保存数据到文本文件:,默认间隔5秒钟,可更改间隔时间。
  4. 在不断接收到大量数据时,可以暂停显示数据来查看具体数据,后台依然接收数据但不处理,无需关闭串口来查看已接收到的数据
  5. 每次收到的数据都是完整的一条数据,而不是脱节的,做了延时处理。
  6. 一套源码随处编译,无需更改串口通信类,已在XP/WIN7/UBUNTU/ARMLINUX系统下成功编译并运行。
  7. 添加了一些扩展功能,用于功能测试整合。

Qt 写的串口工具,有什么问题请联系我QQ(1065354620)

com's People

Contributors

githubfroxy avatar yangchongxing avatar

Watchers

 avatar

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.