搜索资源列表
serial_COM
- 打开串口并进行通讯的程序。这个是用来驱动windows串口,并发送和接受数据的程序,经过验证,可以在VC++2005下运行。
DDK_Virtual_COM.rar
- VC写的VirtualCOM虚拟串口驱动,基于DDK,在VC环境下打开工程文件直接编译,可以扩充功能。,Windows Virtual Com Driver source code project, write and compiled under Virtual C++ environment.
windows_kernel_safe_source_cod
- 站长您好,我刚才上传时“source_code.rar”时,输入说明的时间很长,结果就被说成是没有登录,而且还忘了加上书名,现在我又加上了书名,请用这个吧。谢谢!希望给多开通下载数量哦! 《寒江独钓----windows内核安全编程》 的随书源代码(2009.6新书) comcap Windows串口过滤驱动实例 ctrl2cap Windows键盘过滤驱动实例 ps2intcap 挂钩中断与IOAPIC型键盘过滤驱动实例 Kb_sniff_Mp 键盘sniff ramdisk_
source_code
- comcap Windows串口过滤驱动实例 ctrl2cap Windows键盘过滤驱动实例 ps2intcap 挂钩中断与IOAPIC型键盘过滤驱动实例 Kb_sniff_Mp 键盘sniff ramdisk_wdf 内存虚拟盘实例 DP 硬盘还原示例代码 sfilter 文件过滤静态库 sflt_smpl 文件过滤静态库使用例子 crypt_file 文件系统透明加密代码 minifilter minifilter实例代码 minifilter
MySerialPorts
- QT 串口代码,支持windows,unix-QT serial code, support for windows, unix
VirtualUSBComPort
- USB虚拟串口的实现方法,AT91SAM7S development tool kit-USB virtual serial method, AT91SAM7S development tool kit
CH341-to-232
- 概述 ● 全速设备接口,兼容 USB V2.0,外围元器件只需要晶体和电容。 ● 可选:通过外部的低成本串行EEPROM 定义厂商 ID、产品 ID、序列号等。 ● 支持5V电源电压和3.3V电源电压。 ● 低成本,直接转换原串口外围设备、原并口打印机、原并口外围设备。 ● 采用SOP-28封装,串口应用还提供小型的 SSOP-20 封装。 ● 由于是通过USB转换的接口,所以只能做到应用层兼容,而无法绝对相同。 -Say all ● The full s
emulate_com
- windows下虚拟串口驱动,程序虚拟出两个串口,并且让两个串口互相通信-virtual serial port driver under windows, the program two virtual serial port and two serial ports to enable communication with each other
windows_Virtual_COM
- windows下虚拟串口设备驱动:(1)串口驱动的入口函数(2)写函数实现(3)读函数实现-windows under a virtual serial port device drivers: (1) the entrance of the serial driver function (2) write function (3) Reading function
com_vdd
- 串口驱动开发,用于DOS。开发工具:WinDDK-This VDD sample implements serial port support for the Virtual DOS Machine (VDM) under Microsoft® Windows NT® /Windows® 2000
Windows_Kernel_Security_Programme
- 这是《寒江独钓——Windows内核安全编程》配书光盘,源码包括:Windows串口与键盘过滤驱动、Windows虚拟存储设备与存储设备过滤驱动、Windows文件系统过滤驱动、文件系统透明加密/解密驱动、Windows各类网络驱动(包括TDI过滤驱动及3类NDIS驱动),以及最新的WDF驱动开发模型-This is the " Snowy River fishing alone- Windows kernel security programming" book with C
VSerial
- windows下的虚拟串口驱动,可以虚拟出串口,用于模拟通信。-windows under a virtual serial port driver, the virtual serial port can be used for analog communications.
commuart
- windows的串口通讯程序,非常实用。方便大家调试小工具。-windows serial communication program, very useful. We facilitate debugging gadgets.
JzComm
- 一个简单控制的Windows串口驱动例子,在不需要复杂控制的场合,比较能够稳定工作-A simple control of the Windows serial port driver example, the need for complex control situations, compared to stability
CowonuinxmSpy
- 一个Windows系统下的串口监控的WDM驱动driver源代码,写的不错。-A serial port under Windows WDM driver monitor driver source code, write good.
MY_MSCOMM
- windows 串口通信编程的简单实现例子-windows serial program
VirtualSerial
- windows 虚拟串口的wdf驱动源码(windows virtual serial port wdf driver)
serenum
- windows串口serenum驱动源码(windows serial port serenum driver)
ztcamera
- 对windows平台嵌入式监控摄像头的驱动实现(camera driver on windows)
QT 串口操作
- 开发环境:WIN7+QT4.7+QT CREATOR2.8+MINGW 已编译通过测试平台:XP、Win7、ubuntu、tiny210 技术实现:通过第三方串口通信类,解析协议并作出处理 基本功能: 1:支持16进制数据发送与接收。 2:支持windows下COM9以上的串口通信。 3:自动加载对应操作系统串口号。 4:实时显示收发数据字节大小以及串口状态。 高级功能: 1:可自由管理需要发送的数据,每次只要从下拉框中选择数据即可,无需重新输入数据。