搜索资源列表
FANGWENUSB
- //打开 USB 口读写, 由驱动程序的 Pipe 名确定 HANDLE hPipe = OpenMyDevPipe(\"MyPipe1\") //驱动程序里面的 Pipe 名, 对应访问某个端点的 I/O, 这里我乱写的, 需要与驱动一致 if(hPipe != INVALID_HANDLE_VALUE) //打开 Pipe 成功 { ReadFile(hPipe, Buffer, BufSize, &nBytesRead, NULL) //从 hPipe 里读取数
Read_Write_Hid_Device_Sample1_Source
- Easy USB 51 Programer 源自百合电子工作室一个USB开源项目,这是其中一个读写USB HID设备的源代码,非常有参考价值。-Easy USB 51 Programer Lily electronic studio from a USB open source project, which is one of the read and write USB HID device source code, is a valuable reference.
UsbBulkHost
- 我写的WINCE5.0下的USB驱动程序,支持键盘和鼠标,采用批量传输,绝对可用。-WINCE5.0 I write under the USB drivers, support for keyboard and mouse, using bulk transfer, is absolutely available.
