搜索资源列表
QTComAssistant
- 用QT编写的一个程序,实现了串口通信的功能。-Written a program using QT to realize serial communication functions.
Qt_Com
- 去年我使用Qt编写串口通信程序时,将自己的学习过程写成了教程(Qt编写串口通信程序全程图文讲解),但是由于时间等原因,我只实现了Windows下的串口通信,并没有去做Linux下的。自从教程发布到网上后,就不断有人提出相关的问题,而其中问的最多的就是,怎样在Linux下实现串口通信。因为有计划安排,而且没有开发板,所以一直没能去研究,也就没能给出很好的解决办法。前些天,网友hqwfreefly 用Qt写了一个叫linucom的Linux下串口调试程序,实现了Linux的串口通信。而且,正好现在我
myCom_Event
- Windows环境下采用QT实现的串口调试助手源代码,供学习QT串口通信编程使用。-Windows environment to achieve using serial debugging aides QT source code for serial communication programming using QT study.
myCom_Polling
- Windows环境下采用QT实现的串口调试助手源代码,采用polling方式实现,供学习QT串口通信编程使用。-Windows environment to achieve using serial debugging aides QT source code, using polling mode to achieve, for learning QT serial communication programming.
qextserialbase
- qt编写的串口通信类1,这是是基类的头文件,接下来有源码文件和派生类,希望对大家有用-qt prepared by the serial communication class 1, which is the base class' s header file, the next source files and derived class, the hope that useful
qt_uart
- 一个用QT开发的串口通信助手,可帮助快速入门QT串口应用-A serial communication with QT development assistant, can help QuickStart QT serial applications
comt_full_g
- QT 串口通信 qwt显示图像希望能和大家交流。大神 多指正-QT QWT serial communication, display images
connect_k1
- QT下的串口通信,串口打开,创建,发送,关闭,和数据的存储等。-Failure is like a thiefFailure is probably the fortification in your pole. It is like a peek your wallet as the thief, when you are thinking how to spend several hard-won lepta, when you are wondering whether new money
COM_customplot
- 自己用的小软件,仿造原子的XCOM功能,加了一下自己用的功能。 1、基本串口通讯,鼠标放入串口选择自动刷新,显示COM口的驱动类型。 2、多条发送界面,可定时发送,可关联数字键盘、右键发送按钮可更改按钮名称,方便记忆。 3、485通讯,数据有十进制和十六进制可选,发送后自动保留记录。 4、CRC校验小工具。 5、十六进制通信协议提取部分位并根据自定义数据类型转化为十进制 6、字符格式示波器,例:">P:-1.25",示波器显示曲线名称P,数值-1.25,曲线个数最多8个
QT串口和网络助手界面实现
- QT串口和网络助手界面实现,包括TCP,UDP,串口通信等功能。