阅读:1226回复:3
驱动安装问题请指点
我如何安装DDK里的bulkusb例子的驱动,右击bulkusb.inf,在点击安装菜单闪动了下.但WINNT\system32\drivers目录下没有bulkusb.sys文件.请问怎么安装?
我想更改以下 VID,PID,接上一个USB设备,然后用API,CreateFile一下,看看驱动是否安装成功. 请问我的思路对? |
|
沙发#
发布于:2005-02-01 16:24
给个应用
|
|
|
板凳#
发布于:2005-02-02 11:01
能否给一个入门级的,通用的USB驱动给我.当API调用CreateFile的时候输出Dbg vid pid 信息就可以了
|
|
地板#
发布于:2005-02-03 12:53
you can createfile for usb hub, after you get the handle to the hub, you can sent IOCTL to the port that the device is connected to retrieve device vid
|
|