搜索资源列表
keymap.rar
- USB HID 类页面表格,各表详细说明,USB HID TYPE USAGE TABLE ,PDF READ
usbhidio_vc6
- 真正完整,并且编译得通的代码。用vc访问hid型usb设备,输入自己的VID和PID就能实现对hid型usb设备的读写和控制 它包含单片机固件源代码和PC端的VC源代码;虽然PUDN上有其他会员提供类似的vc代码,但我发现那些代码都存在bug,只有我这个代码是唯一完整的、可以编译通过的代码。-Truly complete, and compile a pass code. Hid type with vc visit usb device, enter their own VID and PID
USBHID
- 这是一个演示使用VB对USB-HID设备进行数据读取写入的通讯示例-This is a demonstration using VB on the USB-HID device to read data written communication example
HID_RW_Test
- VC++6.0对Hid设备读写的一个例子-VC++6.0 on the Hid device to read and write an example of the
usbhidio_vc6
- USB HID read write in VC6
testUSBOK
- 查找USB设备 HID 设备U盘,并可以读取其数据-Find U disk USB device HID device and its data can be read
USB-HID
- 这是一个演示使用VB对USB-HID设备进行数据读取写入的通讯示例。可以遍历所有USB设备,由于没有类似调试设备,这个源代码没有测试,但里面的一些API函数可以让大家喜欢研究USB通讯开发的网友提供些帮助-This is a demonstration using VB on the USB-HID device to read data written communication example. You can traverse all the USB devices, because no
USBDetection
- 1.可以读取及侦测USB设备监测插入及安全弹出示例。程序可以自动监测有新USB移动设备插入并即时获取显示该移动设备的有关信息。2. 可以查看usb 的详细信息。ENDPOINT,HID report ID, USB view。3. 使用MFC開發,需DDK-1. Can be read and monitored to detect USB device insertion and security pop-up sample. Monitoring program can automatica
MyUsbHidTestApp
- 对HID类设备进行读写,并可以显示指示灯及按键-HID class devices to read and write, and can display and keypad lights
generic_usb_hid_2008-11-19
- Generic HID USB Driver Under Visual C++ This Source Read Data from a HID(Human interface Device) Class USB device. Source: ATMEL Corporation
ddk_usb
- USB读写 程序 源代码 可查找 HID设备-USB read and write source code
usb_vc6
- USB无驱(HID)是非常重要的知识,该代码主要利用HID对文件进行读写的操作。-Hassel USB (HID) is a very important knowledge, the main advantage of HID code to read and write operations on the file.
usbkbd
- android kernel linux系统的USB键盘驱动源码,是用USB HID协议。-android kernel linux system, the USB keyboard driver source code, with USB HID protocol.
UsbHostDemo
- 主要是通过USB host 与HID设备进行通讯:枚举设备->找到设备的接口->连接设备->分配相应的端点->在IN端点进行读操作,在OUT端点进行写操作。详细可查看-Mainly through the USB host to communicate with HID devices: enumerate devices-> find the device interface-> Connect device-> Assign appropriate
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