Welcome![Sign In][Sign Up]
Location:
Search - usb device view

Search list

[Driver Developusbview

Description: 这是微软的一个查看USB设备枚举后状态的例程,虽然它只支持到USB1.1,但是对于想做USB sniffer的开发者来说很应该读一读。-This is a USB device enumeration View condition after the routines, although only to the USB 1.1 support, but wants to develop the USB sniffers are concerned, it should read.
Platform: | Size: 37794 | Author: 谢君 | Hits:

[Driver Developviewusbdevice

Description: 查看计算机上USB设备描述符的源代码,使用DDK开发。-View computer USB device descriptors to the source code, the use of DDK development.
Platform: | Size: 287887 | Author: 张建彬 | Hits:

[Web Serverusbview-view.attached.usb

Description: view attached usb device and Product ID/ Vendor ID
Platform: | Size: 35297 | Author: mj tooba | Hits:

[Driver Developusbview

Description: 这是微软的一个查看USB设备枚举后状态的例程,虽然它只支持到USB1.1,但是对于想做USB sniffer的开发者来说很应该读一读。-This is a USB device enumeration View condition after the routines, although only to the USB 1.1 support, but wants to develop the USB sniffers are concerned, it should read.
Platform: | Size: 37888 | Author: 谢君 | Hits:

[OtherRwV015

Description: RW - Read & Write utility, for hardware engineers, firmware (BIOS) engineers, driver developers, QA engineers, performance test engineers, diagnostic engineers, etc., This utility access almost all the computer hardware, including PCI (PCI Express), PCI Index/Data, Memory, Memory Index/Data, I/O Space, I/O Index/Data, Super I/O, Clock Generator, DIMM SPD, SMBus Device, CPU MSR Registers, ATA/ATAPI Identify Data, ACPI Tables Dump (include AML decode), Embedded Controller, USB Information and LPT Remote Access. And also an Command Window is provided to access hardware manually. Website1: http://rw.net-forces.com/ Website2: http://home.kimo.com.tw/ckimchan.tw/ Website3: http://jacky5488.myweb.hinet.net/ For best view, please change the screen resolution to 1024 x 768 (or above) pixels. -RW- Read
Platform: | Size: 929792 | Author: 使用 | Hits:

[Driver Developviewusbdevice

Description: 查看计算机上USB设备描述符的源代码,使用DDK开发。-View computer USB device descriptors to the source code, the use of DDK development.
Platform: | Size: 287744 | Author: 张建彬 | Hits:

[Driver Developusbview

Description: 微软DDK关于USB驱动编程的重要工具USBVIEW的源代码,通过该工具可以查看系统设备管理器中所有USB设备的信息,对于利用DDK编写USB驱动程序非常有帮助.-Microsoft DDK programming on the USB drive an important tool USBVIEW source code through the tool can view the system Device Manager for all USB devices, using DDK for USB driver prepared very helpful.
Platform: | Size: 51200 | Author: 罗弘谞 | Hits:

[Communicationwin32_usb_view

Description: USB——view win 32下查看USB设备源码-USB- view win 32 View USB device source
Platform: | Size: 462848 | Author: 1234a | Hits:

[WEB Codeusbview-view.attached.usb

Description: view attached usb device and Product ID/ Vendor ID
Platform: | Size: 34816 | Author: mj tooba | Hits:

[OS programUSBViewer

Description: 查看系统使用USB设备的情况,并导出日志-View system uses USB device, and export log
Platform: | Size: 15360 | Author: 周远 | Hits:

[USB developHA-USBVIEW

Description: 它是一个查看USB信息的好工具,让你能够快速地了解当前PC机上的USB设备。-It is a good view USB information tool that allows you to quickly understand the current PC, the USB device.
Platform: | Size: 33792 | Author: victory | Hits:

[ADO-ODBCUSB_Real_T2015518242006

Description: Use ADOX creat database , WM_DEVICECHANGE detect device change and compare which disk is new and use watcher to find which file and folder change. QueryCancelAutoPlay can be select by individual USB. Some font show in chinese because i write in chinese text at frist time. This file came from Planet-Source-Code.com...the home millions of lines of source code You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=5023&lngWId=10 The author may have retained certain copyrights to this code...please observe their request and the law by reviewing all copyright conditions at the above URL.
Platform: | Size: 173056 | Author: jensinx | Hits:

[USB developusbview

Description: USB Device viewer easy to use
Platform: | Size: 34816 | Author: Zseton | Hits:

[USB developUSBDetection

Description: 1.可以读取及侦测USB设备监测插入及安全弹出示例。程序可以自动监测有新USB移动设备插入并即时获取显示该移动设备的有关信息。2. 可以查看usb 的详细信息。ENDPOINT,HID report ID, USB view。3. 使用MFC開發,需DDK-1. Can be read and monitored to detect USB device insertion and security pop-up sample. Monitoring program can automatically insert a new USB mobile devices and instant access to display information about the mobile device. 2. Can view the details of usb. ENDPOINT, HID report ID, USB view. 3. Using MFC development, need to DDK
Platform: | Size: 246784 | Author: 謝慶昌 | Hits:

[Linux-UnixLinux-driver-development20

Description: 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第20章、USB主机与设备驱动。在Linux系统中,提供了主机侧和设备侧视角的USB驱动框架,本章主要讲解从主机侧角度看到的USB主机控制器驱动和设备驱动。20.1节给出了Linux系统中USB驱动的整体视图,讲解了Linux中主机侧和设备侧角度的USB驱动层次。从主机侧的角度而言,需要编写的USB驱动程序包括主机控制器驱动和设备驱动两类,USB主机控制器驱动程序控制插入其中的USB设备,而USB设备驱动程序控制该设备如何作为从设备与主机通信。本章20.2节分析了USB主机控制器驱动的结构并给出实例,20.3节讲解了USB设备驱动的结构及其设备请求块处理过程,并分析了USB设备驱动的骨架程序,20.4节则给出了Linux设备驱动的实例。20.1节与20.2~20.4节是整体与部分的关系,20.2节与20.3~20.4节是并列关系。-Author: HuaQing vision embedded institute. The Linux device driver development "(08 and 09 sep TOP50) annual list of best-selling chapter 20, USB host and device drivers. In Linux system, provides mainframe side and equipment from the perspective of the USB driver frame, this chapter covers from the host side view in the USB host controller drives and device drivers. Section 20.1 Linux system are given in the overall view, USB driver explained Linux host side and equipment of the Angle USB driver level. From the host in the view of side, need to write the USB drivers including host controller drives and device driver two kinds, USB host controller driver control inserted into USB devices, and USB device driver control the equipment from the equipment and how to as host of communication. This chapter section 20.2 analysis the USB host controller and the structure of the driver
Platform: | Size: 668672 | Author: 华清远见 | Hits:

[USB developUSBView

Description: 这个程序可以检测usb设备查入同时查看信息-This program can view the information into the usb device check
Platform: | Size: 3083264 | Author: zhaohu | Hits:

[OS programusbview

Description: windows 平台上的USB查看器。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.-USB Viewer
Platform: | Size: 59392 | Author: guanghui | Hits:

[Driver Developusbview

Description: 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.
Platform: | Size: 59392 | Author: windows | Hits:

[Driver DevelopUSBListening

Description: 当USB设备插入或者弹出时,Windows会产生一条全局消息:WM_DEVICECHANGE 我们需要做的是,获得这条消息的wParam参数,如果为DBT_DEVICEARRIVAL则表示有设备插入并可用, 如果是DBT_DEVICEREMOVECOMPLETE则表示有设备已经移除。再查看lParam参数为DBT_DEVTYP_VOLUME时, 就可以取出DEV_BROADCAST_VOLUME结构的卷号dbcv_unitmask,就知道是哪个卷被插入或者弹出。-When a USB device is inserted or pop-up, Windows will generate a global message: WM_DEVICECHANGE We need to do is get this message wParam parameter, if it means that there is DBT_DEVICEARRIVAL device inserted and available, If there is DBT_DEVICEREMOVECOMPLETE said equipment has been removed. Then view the lParam parameter is DBT_DEVTYP_VOLUME, You can remove the volume number dbcv_unitmask DEV_BROADCAST_VOLUME structure, you know what the volume is inserted or ejected.
Platform: | Size: 1921024 | Author: love | Hits:

[Driver DevelopUSBView sample application

Description: usbview工具,可以列出windows上所有的usb设备及usb root hub,hub,device的层次关系。对了解usb驱动这块有帮助。(usb view sample application,this code can show usb root hub,hub,usb device hierarchy architecture.)
Platform: | Size: 300032 | Author: shuishan | Hits:
« 12 »

CodeBus www.codebus.net