搜索资源列表
驱动开发
- 驱动开发环境搭建vs6.0+ddk 2600+windows xp+Driver Studio 3.2 2010-07-07 09:35 驱动开发环境之Windows XP DDK2600,VC++ 6.0, Driver Studio 3.2 神秘的驱动开发,神秘的WINDOWS内核,是什么把这些搞得这么神秘呢? 搭Windows驱动开发平台. 要安装的东西都有这些:在Windows XP的基础上,先装上VC++6.0,再装DDK2600(也就是DDK的XP版),最后装 Driver Stud
TestUSBTree.rar
- TestUSBTree是USB 驱动编程的程序,可正常编译并运行,文件包含了usb驱动编程所需的头文件和库文件hid.lib setupapi.lib cfgmgr32.lib。
nrCommLib.rar
- nrComm Lib Pro 8.29 for Delphi & C++ Builder 7-2010 nrComm Lib provides some tools for performing the serial communications tasks in Delphi/CBuilder development. It has ready solutions for many communication tasks : RS232, TAPI (data and voice
USBDriverFiles.rar
- 编写USB驱动程序所需的库文件和头文件,devioctl.h,hid.lib,hidpi.h,usb100.h等,The preparation of the required USB driver library files and header files, devioctl.h, hid.lib, hidpi.h, usb100.h other
STM32_USB_LIB_INC-DEMOS_3.1.1
- Really good STM32 USB LIB! Demos are Included - CDC, HID, MassStorage and and and
AT91USBFramework-Core1.02+HID1.01
- This software package contains the USB framework core developped by ATMEL, as well as two HID drivers for a mouse and a keyboard. The following files are included : - core/ -> Source code for the framework core -> Makefile for
MFC42UD
- MFC开发USB HID所需要的DLL和LIB文件。 -MFC Development of USB HID DLL and LIB required documents.
HID_Client
- 一段hid通讯实例,编译的时候注意hid.lib文件的路径设置。hid设备方便使用,比com方便-Period of the hid communication instance, compile time attention to hid.lib file path settings. hid device easy to use than the com convenience
USBPort
- USB通信编程,获取USB设备信息,如果编译不通过,你需要下载NTDDK中的hidsdi.h 和 hid.lib文件等。-USB communication programming,get the USB devices informateion ,if there have link errors,you have to download the header files hidsdi. H, the library file hid. Lib,etc in the NTDDK.
hid-lib
- hid在VC开发环境下的库文件,可用在VS2005、VC60SP3等。-hid in the library file VC development environment available in the VS2005, VC60SP3.
hid.libPandPPheaderPfiles
- hid.lib+and++header+files 库文件和头文件-hid.lib+and++header+files Libraries and header files
x64HID_LIB
- hid使用的,在64位的lib库,在windows下可以使用,-used in HID,based windows 64_bit,lib library
hid-libusb
- hid usb soure code how to create a lib usb
HIDincludfile
- 本页收集了一些在VC++中进行HID设备读写的头文件:hid.lib hidpi.h hidsdi.h setupapi.lib targetver.h,需要时请引入这些头文件,链接库也要加入,至于怎么加入,百度就OK了,另附压缩包内附有一张示例图,告诉你如何引入这些头文件。-This page is a collection of some conduct HID device to read and write in VC++ header files: hid.lib hidpi.h hi
ADC-Test
- ADC reading ATMEGA8 via HID usb Library (SWUSB) and HID pc lib (BASCOMAVR) on Visual Basic 2010-ADC reading ATMEGA8 via HID usb Library (SWUSB) and HID pc lib (BASCOMAVR) on Visual Basic 2010
OK-Synchronous-API
- OMNIKEY Synchronous API SOURCE + LIB + DLL + DOC (PDF) This API consists of one DLL (scardsyn.dll) which provides functions for 2 wire bus protocol cards (like SLE4432 and SLE4442) 3 wire bus protocol cards (like SLE4418 and SLE4428)
hidapi-0.8.0
- USB-HID 用的.dll和.lib的文件-USB-HID .DLL and .Lib file
UsbLibrary
- C# usb hid 库,开源直接使用-C# USB HID LIB
USBHID
- 使用hid.lib建立的MFC控制,可识别连接与否,通过修改里面的vid pid即可连接新的hid设备,功能完全干净(只显示1个编辑框),其他功能可自己加上去,使用m_MyHidDevice.WriteHid(str,64);m_MyHidDevice.ReadHid(str,64); 可实现读写功能(Use hid.lib to build the MFC control, can identify the connection or not, connect the new hid devi
C++读写HID_USB
- USB编程文件头 devioctl.h usbdi.h usbioctl.h usb100.h usbiodef.h hidsdi.h hidusage.h hidpi.h hid.lib