搜索资源列表
FANGWENUSB
- //打开 USB 口读写, 由驱动程序的 Pipe 名确定 HANDLE hPipe = OpenMyDevPipe(\"MyPipe1\") //驱动程序里面的 Pipe 名, 对应访问某个端点的 I/O, 这里我乱写的, 需要与驱动一致 if(hPipe != INVALID_HANDLE_VALUE) //打开 Pipe 成功 { ReadFile(hPipe, Buffer, BufSize, &nBytesRead, NULL) //从 hPipe 里读取数
Usb.rar
- 2443USB源码..希望对大家有所帮助,2443USB-source .. I hope all of you to help
UsbBulkHost
- 我写的WINCE5.0下的USB驱动程序,支持键盘和鼠标,采用批量传输,绝对可用。-WINCE5.0 I write under the USB drivers, support for keyboard and mouse, using bulk transfer, is absolutely available.
usb.2k
- windows CE 内核定制及应用开发,是一本很不错的书,我找了好久才找到,和大家共享.-windows CE kernel and custom application development, is a very good book, I am looking for a long time to find and share.