搜索资源列表
USB编程和实际应用例程
- 现在USB设备却很多,因此对USB设备的查找与读写就必不可少了。但是能找到关于USB读写的资料很少。这里使用VC++示范了一些获得USB的信息的方法。-there are a lot of USB equipment,so how to search,read and write USB equipment is needed.But information about reading and writing usb is not much.There are some methods for
usb_detect
- 需要win2000或者winxp的DDK,才能编译。 主要用于USB设备信息的查询,对于USB编程会有少少的帮助。-need WIN2000 or winxp the DDK, can be compiled. USB devices used mainly for information inquiries, USB programming will be a bit of help.
查找USB设备
- 在WINDOWS下查找到USB设备及其重要信息-look under the windows of USB devices and important information
USB设备读写
- 现在USB设备却很多,因此对USB设备的查找与读写就必不可少了。但是能找到关于USB读写的资料很少。这里使用VC++示范了一些获得USB的信息的方法。-now has many USB devices, USB devices to identify with the reader on the essential. However, can be found on the USB reader little information. VC model used here was some in
usb
- WINDDK开发代码,包括U盘块数据读写,异步USB管道数据通讯控制,USBVIEW枚举查询USB HOST端口,列举USB设备信息。
USB设备检测
- 一款可以读取及侦测USB设备监测插入及安全弹出示例。程序可以自动监测有新USB移动设备插入并即时获取显示该移动设备的有关信息。同时可以允许用户安全弹出移动设备。
USB设备查询
- USB设备(HID,U盘等)的枚举及信息显示
usbdeview.rar
- USBDeview 1.36版本是一款可以列出当前连接到你的计算机上或者曾经连接到你的计算机上的所有 USB 设备的小型实用工具。根据列出的设备的名称和描述,该软件显示了串口号(如果提供),设备添加的日期以及最后连接的日期,VendorID 以及其它信息。你还可以选择断开或者卸载列表当中的任何设备,以及导出该列表为 Text/HTML 或者 XML 格式。USBDeview 还可以被用于从一台远程计算机(需要访问权)通过命令行收集 USB 设备。该软件是独立的,不需要进行安装 ,USBDevie
testUSB
- VC开发的用于获取HID设备,USB设备,U盘信息的应用程序-VC developed for access to HID devices, USB devices, U disk information applications
USBDetection
- USB检测,检查系统USB信息,各端口信息,获取Usb设备信息-USB testing, inspection system USB information, the port information, to obtain device information Usb
ChipGenius
- ChipGenius是一款USB设备芯片型号检测工具,可以自动查询U盘、MP3/MP4、读卡器、移动硬盘等一切USB设备的主控芯片型号、制造商、品牌、并提供相关资料下载地址。当然也可以查询USB设备的VID/PID信息、设备名称、接口速度、序列号、设备版本等。 软件绿色小巧,即插即用,是数码消费者、电子爱好者、DIY人士和数码维修人员身边的好帮手。-ChipGenius chip is a USB device type detection tool that automatically
usb
- 对usb枚举设备读取,读取cpu设备信息,实现简单加密,可以作为自己的共享软件加密借鉴-Enumerate usb device on the reader, to read device information cpu, simple encryption, can be used as their own encryption software from
usbinterfaceDemo
- 用vc2005开发的一个usb低层驱动实例,用于获取当前usb设备信息。-Vc2005 developed with a low drive usb instance,usb device used to obtain current information.
Get_USB_disk_devices_for_VB_DLL_class_code_informa
- 用于VB获取USB磁盘设备信息的DLL类演示代码Get USB disk devices for VB DLL class demo code information-Get USB disk devices for VB DLL class demo code information
usbview_test
- 基于WDK开发,查看USB设备信息, 编译成DLL动态库,可直接调用-Developed based on the DDK, see the USB device information, compiled into a DLL dynamic libraries, and can be called directly
USBPort
- USB通信编程,获取USB设备信息,如果编译不通过,你需要下载NTDDK中的hidsdi.h 和 hid.lib文件等。-USB communication programming,get the USB devices informateion ,if there have link errors,you have to download the header files hidsdi. H, the library file hid. Lib,etc in the NTDDK.
USBDetect
- 此代码是遍历pc上usb设备。 包含控制器 hub port 设配id 等信息 usb其实和串口是一样的,其端口也是固定的(如果你不接扩展hub)。 有时一台电脑接多个相同的usb设备,如果接连个摄像头(前后各一个),我们如果区分打开的是哪一个呢? 1、先把usb设备先遍历出来,得到usb信息(设备串等)。 2、通过打开usb设备时返回信息(这个很重要 //usb#vid_1d27&pid_0600#5&10ef021e&0&5#{c3b5f022-5a42-1980-
USB
- 此代码是遍历pc上usb设备。 包含控制器 hub port 设配id 等信息-This code is to traverse pc usb devices. Contains controller hub port with id
USBReadPort
- Visual C++ 获取USB设备信息,包括版本号、供应商标识等。-Visual C++ Get USB device information, including the version number, vendor identification.
USBClassLibrary_src
- 利用wdk api检测usb设备信息,获取UID,PID 等信息。代码用C#编写,由于仅使用了wdk api,所以很容易改写成C++。包含dll和测试程序。-C# source code to get usb device info, such as uid, pid eg. Because just using wdk api, it can translate to c++ code easily.