搜索资源列表
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
HID_RW_Test
- VC++6.0对Hid设备读写的一个例子-VC++6.0 on the Hid device to read and write an example of the
HIDDeviceRW
- 实现HID接口读写,可以根据需要,向USB-HID设备写入数据。-HID interface to achieve reading and writing, as needed, write to the USB-HID device data.
usbhidio_vc6
- USB HID read write in VC6
MyUsbHidTestApp
- 对HID类设备进行读写,并可以显示指示灯及按键-HID class devices to read and write, and can display and keypad lights
MicroUSB_How+to+write+a+USB+Driver
- How to write a USB HID driver
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.
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
