搜索资源列表
基于QT的智能家居控制系统
- 用QT开发的智能家居控制系统界面和串口通信模块
QT串口通信
- 基于PXA270实验板的串口通信资料
基于QT的串口调试助手
- 本代码是windows下的QTCreator 下的串口通信的上位机的源码,编译后可以直接运行。
qt_comport.src.ZIP
- Qt串口通信历程,用用qextserialprot库,绝对可行,windows,linux,嵌入式linux都可以,经过测试成功-Qt serial communication process, with use qextserialprot library, absolutely feasible, windows, linux, embedded linux can be, tested successfully
QTComAssistant
- 用QT编写的一个程序,实现了串口通信的功能。-Written a program using QT to realize serial communication functions.
ew809
- qt的串口通信,windows系统,可以通过修改放到linux上用-qt of the serial communication, windows system, you can put linux on the use by modifying the
mycom
- window 平台下用QT的第三方类实现串口的通信,-serial port communication
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.
QT-serial
- QT程序设计基于Linux环境下的串口通信的程序开发-QT program designed to develop procedures based on the serial communication under the Linux environment
serialport-1.2win-alpha
- Qt串口通信,可用!Qt 5.0下实测可用-serial port
SerialPort
- 读取注册表获取串口号,进行串口通信,通过软件界面可以设置波特率、数据位等参数(It is a software used to communicate with serial port. It is coded on QtCreator with a serialport class. The software can check the regedit and get the Com port. Users can set Baud rate, data bits and so on.)
qextserialport
- 串口通信程序,已编译成dll,包含头文件可以直接使用 串口通信程序, 串口通信程序,(qt serialport dll you can use it in your project windows and linux all)
[.[.serial
- 使用QT实现多线程串口通信,功能强大,程序完善,运行稳定,且效率较高。(Achieve multi-threaded serial communication)
MyCom
- 本程序可完成qt串口通信功能,可及时下发指令(This program can complete the QT serial communication function, and can send instructions in time)
serialPorts
- qt串口通信控制,收发、显示、数据位、停止位、流控、校验位、波特率(QT serial communication control, transceiver, display, data bit, stop bit, flow control, check bit, baud rate)
qt5.9.2 串口
- qt串口助手的编译,可以实现与stm32 ,c51等单片机的16进制收发,亲测可用(The compilation of qt serial port assistant can realize the hexadecimal sending and receiving of single chip microcomputer such as stm32,c51 and so on)
QT 串口操作
- 开发环境:WIN7+QT4.7+QT CREATOR2.8+MINGW 已编译通过测试平台:XP、Win7、ubuntu、tiny210 技术实现:通过第三方串口通信类,解析协议并作出处理 基本功能: 1:支持16进制数据发送与接收。 2:支持windows下COM9以上的串口通信。 3:自动加载对应操作系统串口号。 4:实时显示收发数据字节大小以及串口状态。 高级功能: 1:可自由管理需要发送的数据,每次只要从下拉框中选择数据即可,无需重新输入数据。
QT串口和网络助手界面实现
- QT串口和网络助手界面实现,包括TCP,UDP,串口通信等功能。