搜索资源列表
QT
- QT写得键盘监控程序(其中的底层sys驱动文件是用windows得SDK写的),抓取键盘记录时需要加载sys文件,有问题QQ:450623035-QT written keyboard monitoring program (where the underlying sys driver file is windows SDK was written), grab the keyboard when you need to load the sys file record, there are
UsbFat32Scsi
- Qt 4.7.2 + msvc2010 (msvc 版的 QT) 写的 Qt Gui 版 Spti, 即是 WinDDK里面一个 使用 DeviceIoControl 操作 SCSI 类型磁盘的例子, 本次编写此程序主要用于测试 usb 闪盘的 固件, 协助 usb 驱动 和 固件的程序开发. 同时也对在 Qt 中使用 win32 api 有一定的借鉴作用.-Qt 4.7.2+ msvc2010 (msvc version of QT) to write the Qt Gui vers
MySerialPorts
- QT 串口代码,支持windows,unix-QT serial code, support for windows, unix
qtembedded
- QT嵌入式开发环境搭建文档,花了好几天才搞定的-QT Embedded development environment to build documentation, Walsh said it took several days
bi_device
- Driver written on Qt version 4.6.0 for gimballess inertial device
mt6225nvram
- mT6225驱动 序列接口驱动 摄像头驱动 usb驱动-mt6225
qt
- window 驱动程序,主要是三维控件制作-windows system
detect_Udisk_Qt_Windows
- 在windows下利用qt检测U盘插拔,原理是让Widget::winEvent接收windows发出的WM_DEVICECHANGE信号,作者是著名的蔡贵超老师。程序很健壮。-Qt detection U disk under the windows plug the principle Widget :: winEvent receive windows issued WM_DEVICECHANGE signal, the author is famous the Cai your teac
6-16-myCom
- 基于window中qt的串口、网口驱动程序,利用opengl对数据进行3D显示-Based on the windows qt serial ports and net driver , using the opengl 3 d display data
comcontral
- qt编的智能小车控制器,使用电脑端控制ZigBee发送控制命令,内部命令需要自己定义-we use zigbee to control a small car.this is a controller in computer
mycom
- qt 编的串口调试助手框架适合初学者学习,可以进行二次开发尤其是涉及到串口的软硬件开发-qt series of serial debugging assistant framework for beginners to learn, can be secondary development particularly in relation to the serial port of the hardware and software development
zint-lib2.4.3
- QT 连接打印机驱动,以编译完成,直接添加库,和引用头文件即可!-QT connection printer driver to compile!
Qt5-oracle11g_driver
- 此文件是QT5连接oracle的驱动程序,不是源码,由于授权等问题,QT在数据库开发时,与数据库的连接驱动,都要自己进行编译,相当麻烦,此编译好的,供大家使用-This file is the QT5 Oracle driver, not the source code, because the authority and other issues, QT in the development, and the connection drivers, to their own compila
mycom
- 借助一个Qt的第三方串口库,在Qt GUI架构下实现串口通信。-With the help of a Qt third party library, in the GUI Qt architecture to achieve serial communication.
screenshot1
- 使用 QT creater4.0 编码实现再电脑屏幕上通过鼠标点击截取图片文件,病保存在制定文件中。-Using QT creater4.0 coded again through the mouse to click on the computer screen capture image files, the disease is saved in the file.
myuart
- QT 串口开发,实际测试可用的,串口单次,连续发送-QT serial port test
QtXml
- 基于QT的读取分析XML文件驱动程序 供外部直接调用接口函数-QT-based program to read XML file
QuteMessenger
- Qt,QBluetoothZero蓝牙库,适用于塞班和windows系统,自带demo-Qt, QBluetoothZero Bluetooth library, suitable for Symbian and windows system, comes with Demo
dini03
- 基于qt编写的dini03水位测量仪驱动,有对外开放接口,可以读取dini03上的数据文件-QT based on the preparation of the dini03 water level meter driver, open interface, you can read the data file on dini03
QT 串口操作
- 开发环境:WIN7+QT4.7+QT CREATOR2.8+MINGW 已编译通过测试平台:XP、Win7、ubuntu、tiny210 技术实现:通过第三方串口通信类,解析协议并作出处理 基本功能: 1:支持16进制数据发送与接收。 2:支持windows下COM9以上的串口通信。 3:自动加载对应操作系统串口号。 4:实时显示收发数据字节大小以及串口状态。 高级功能: 1:可自由管理需要发送的数据,每次只要从下拉框中选择数据即可,无需重新输入数据。