搜索资源列表
usb-driver
- 设备驱动可以理解为操作系统的一部分,对于一个特定的硬件设备来说,其对应的设备驱动是不同的。本系统要使用摄像头获取视频数据,所以编写摄像头驱动是必需得。我们选用的是OV公司系列摄像头,因为对于嵌入式开发,几乎没有通用的驱动程序可以用,不同的软硬件环境有其特殊性。本文档阐述的摄像头驱动是基于OMAP芯片和嵌入式Linux系统的。-device driver can be understood as part of the operating system for a specific hardwar
testUSB
- 查找所有的USB设备,获得usb控制器信息,端口信息,连接设备信息及U盘描述;查找HID设备,获取U盘名称,产品ID,版本,序列号
USB通讯协议
- USB驱动协议的简化版。如果你想打开一个USB管道,你首先要知道这种USB设备的GUID和管理道名称,获取句柄以后就可以使用ReadFile/WriteFile进行读写了!-USB drives a simplified version of the agreement. If you want to open a channel USB, you must first know the GUID USB devices Road names and management, acquisitio
USB设备检测
- 一款可以读取及侦测USB设备监测插入及安全弹出示例。程序可以自动监测有新USB移动设备插入并即时获取显示该移动设备的有关信息。同时可以允许用户安全弹出移动设备。
getUsbInfo.rar
- 获取USB设备的信息,包括生产商ID,产品ID等,get infoformation of USB device
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
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
AAutoCaptureBu
- 自动获取 usb视频设备图像,保保存成 bmp位图文件可直接使用。 -Automatic access to usb video equipment images, saved as bitmap bmp file complete source code can be used 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.
USBPrograme
- 获取各类USB设备,包括U盘,各类HID设备。-Get all types of USB devices, including the U disk, all kinds of HID devices.
USB-Device-Detect
- 自动检测USB设备的插入和拔出,并获取USB设备的VID和PID值-Automatically detect the insertion and removal of USB devices and access to the USB device VID and PID values
disk
- Delphi获取电脑里各个磁盘的容量,包括硬盘和USB设备、TF卡等设备的容量,并以柱状图的形式显示出来,可显示磁盘的总容量大小,剩余可用空间的大小,本源码除了学习到如何使用Delphi获取磁盘容量外,还可以学习一下柱状图是如何使用的,比较基础的实用技巧,或许Delphi新手朋友们比较喜欢。-Delphi for computer disk capacity, including the capacity of the hard disk and USB devices, TF card and
Usbsamp-Sample
- USBSAMP的示例演示了如何执行完整和高速散装和同步,超音速散装流数据传输到一个通用USB设备通过使用内核模式驱动程序框架(KMDF)。超快速度的批量传输只有工作当微软USB 3.0堆栈被加载。示例还包含一个控制台应用程序,启动批量测试(包括流)和等时传输和获取数据从设备的I / O端点。该应用程序还演示了如何使用设备名称和管道基础guid名称生成的操作系统使用SetupDiXXX用户模式api。-The USBSAMP sample demonstrates how to perform f
USBReadPort
- Visual C++ 获取USB设备信息,包括版本号、供应商标识等。-Visual C++ Get USB device information, including the version number, vendor identification.
USBPhysicDLL
- 用于VB获取USB磁盘设备信息的DLL类及演示程序-USB disk device for VB to get the information of the DLL class and demonstration program
TestUSBPID
- 基于WDK获取系统设备的VIDPID C#识别所有USB设备PID 判断指定PID设备是否存在(Obtaining VIDPID of system equipment based on WDK C# identifies all USB devices, PID Determines whether the specified PID device exists)
DeviceManager
- 获取连接本地电脑上所有USB接口设备的详细信息(Get detailed information about all USB interface devices connected to the local compute)
UsbTest
- 获取USB信息,让我们更加了解自己的USB设备(Get USB information and let us know more about our USB devices)