CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - enumerate USB
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - enumerate USB - List
[
Embeded-SCM Develop
]
D12isoDriver
DL : 0
周立功D12开发板中带的WINDOWS XP驱动程序,在编译后会出现USB设备不能正常工作. 以下是修改的代码,修改后可以正常工作. 在d12.c和Ioctl.c中, 将+256去掉,这个会引去枚举设备时,设备描述符的长度不对,修改后: siz = sizeof(USB_CONFIGURATION_DESCRIPTOR) 在d12.c中的D12_SelectInterface函数中, 设备查询完接口后有一段代码,也会引起驱动返回不对,需要屏蔽下面的代码 // Retrieve the selected Configuration and Interface 修改上面两处后,USB可以正常使用了. -weeks D12 development board, who were brought to the Windows XP drivers, the compiler will happen after the USB device not working properly. Following is the revised code, revised after normal work. In d12.c and Ioctl.c, 256 will be removed, this will generate to Enumerate equipment located descriptors up the length wrong, the revised : not = sizeof (USB_CONFIGURATION_DESCRIPTOR) in the D12_SelectInterface d12.c function, equipment End interface for a period after the code can also lead to wrong drivers need to shield the following code// Retrieve the selected Configuration Interface and the above two changes, USB can use the normal.
Update
: 2025-02-17
Size
: 25kb
Publisher
:
haha
[
Driver Develop
]
HIDView
DL : 0
這個程序使用HID類API讀取USB設備資料﹐只列舉出所有HID設備﹐對于非HID類的設備不起作用-use of this procedure HID category API reading of USB devices, only to enumerate all HID equipment for non-HID class device ineffective
Update
: 2025-02-17
Size
: 140kb
Publisher
:
何必问
[
Communication
]
StorageEnum
DL : 0
windows系统对USB外围设备的枚举程序的VC++的源代码.-windows system on the USB peripheral equipment Enumerate procedures VC source.
Update
: 2025-02-17
Size
: 30kb
Publisher
:
laixin
[
Other
]
usbdevice
DL : 0
此程序是DOS下的用来枚举USB设备接口的一个小程序-This procedure is used under DOS enumerate USB device interface, a small program
Update
: 2025-02-17
Size
: 62kb
Publisher
:
hujia
[
SCM
]
readPID_VID
DL : 0
我完善了DDK里面的StorageEnum的例程,可以枚举并读出USB设备的VID,PID信息(可参看附件中的图片storageNum.JPG),关键点是ClassGuid的定义,这个可是困扰N多人的问题哦。-I perfected the DDK inside StorageEnum routine, you can enumerate and read out the USB device VID, PID information (see the annex to the picture storageNum.JPG), the key point is the definition of ClassGuid, the troubled but more than N Oh the problem.
Update
: 2025-02-17
Size
: 109kb
Publisher
:
蔡昊然
[
Communication
]
USB
DL : 0
枚举HID(Human Input Device)设备,实现通信,在VC6下调试通过。-Enumerate HID (Human Input Device) devices, the realization of communication, in the under VC6 debug through.
Update
: 2025-02-17
Size
: 85kb
Publisher
:
xiaoxin
[
OS program
]
testDiskID
DL : 0
Enumerate all disk connected to PC(including USB disk) and display the file system type(FAT32/NTFS), Volume Label, Product ID(PID), Vendor ID(VID), -Enumerate all disk connected to PC(including USB disk) and display the file system type(FAT32/NTFS), Volume Label, Product ID(PID), Vendor ID(VID), ...
Update
: 2025-02-17
Size
: 4.06mb
Publisher
:
Jackie
[
USB develop
]
EnumUSB
DL : 0
查询主机所有可用的USB资源,对需要枚举USB设备接口的朋友有一定帮助-For inquiries, USB host all of the available resources, the need to enumerate USB device interface to help a friend have a certain
Update
: 2025-02-17
Size
: 34kb
Publisher
:
张海洋
[
Windows Develop
]
usb
DL : 0
对usb枚举设备读取,读取cpu设备信息,实现简单加密,可以作为自己的共享软件加密借鉴-Enumerate usb device on the reader, to read device information cpu, simple encryption, can be used as their own encryption software from
Update
: 2025-02-17
Size
: 1.89mb
Publisher
:
季凯
[
USB develop
]
EnumUSBDevices
DL : 0
Enumerate USB controllers, hub, devices
Update
: 2025-02-17
Size
: 6kb
Publisher
:
Gogy
[
Linux-Unix
]
varArr
DL : 0
自己写的例程,模拟USB初始化时枚举设备时动态数组的使用过程。只实现了其中的APPEND部分。其中SIZE为零的数组是其特点。-Write my own routine, simulation enumerate USB device initialization process of using the dynamic arrays. only part of APPEND. which is characterized by an array of zero size.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
freewon
[
USB develop
]
D12_USB
DL : 0
如何枚举USB及其过程,并可通过COM口观察-How to enumerate USB and the process can be observed through the COM port
Update
: 2025-02-17
Size
: 3kb
Publisher
:
fox
[
USB develop
]
USB
DL : 0
USB作为主机通信的通用端口 USB枚举也是极其重要的。-USB port as a generic USB host communication is extremely important to enumerate
Update
: 2025-02-17
Size
: 907kb
Publisher
:
黄达
[
SCM
]
usbcontinousacquire
DL : 0
IMAQ USB图象抓取 版本:Labview 8.0.x 以上 -This VI uses the NI-IMAQ for USB drivers to continously acquire an IMAQ image. The USB camera is selected from a list generated from the "IMAQ USB enumerate cameras" vi. Grab rate is controlled using an event structure. This is so that image processing routines can use other event cases Dependancies: IMAQ drivers
Update
: 2025-02-17
Size
: 31kb
Publisher
:
wei
[
Linux-Unix
]
udev_example.c.tar
DL : 0
在Linux系统中枚举当前在线的USB设备,并检测USB设备的热插拔。-On Linux systems enumerate USB devices are currently online, and to detect USB device hot-plug.
Update
: 2025-02-17
Size
: 3kb
Publisher
:
gzd
[
Driver Develop
]
s3c2440_usb_host_rw
DL : 0
在ADS环境下开发的基于2440平台的USB Host程序,可以读写U盘,能够枚举USB Keyboard ,Usb Mouse,Usb Camera,Usb to serious等设备,是学习USB Host的绝佳资料-ADS development environment based on the 2440 platform USB Host program can read U disk, able to enumerate USB Keyboard, Usb Mouse, Usb Camera, Usb to serious other equipment, is a great learning USB Host
Update
: 2025-02-17
Size
: 542kb
Publisher
:
huhui
[
Driver Develop
]
USB
DL : 0
usb端口枚举,枚举所有usb端口,包括usb hub的usb端口-usb port enumeration, enumerate all usb port usb hub, usb port
Update
: 2025-02-17
Size
: 4.87mb
Publisher
:
袁其银
[
Other Embeded program
]
usb-pc
DL : 0
pc上位机与stm32进行枚举匹配。。及实现24l01接收端初始化-PC host computer and the STM32 enumerate matching. . And 24l01 the receiving end of initialization
Update
: 2025-02-17
Size
: 1.26mb
Publisher
:
潘小宾
[
Driver Develop
]
usbview
DL : 0
This functional application sample demonstrates how a user-mode application can enumerate USB host controllers-Usbview.exe is a Windows GUI application that allows you to browse all USB controllers and connected USB devices on your system. The left pane in the main application window displays a connection-oriented tree view, and the right pane displays the USB data structures pertaining to the selected USB device, such as the Device, Configuration, Interface, and Endpoint Descriptors, as well as the current device configuration.
Update
: 2025-02-17
Size
: 58kb
Publisher
:
windows
[
OS program
]
Usb
DL : 0
枚举系统中Usb设备以及总线的功能示例。编译环境 vs2005.-Enumerate Usb example of a functional device and bus. Compiler environment vs2005.
Update
: 2025-02-17
Size
: 3.06mb
Publisher
:
peter.sun
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.