CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - USB 设备

搜索资源列表

  1. usbhidio_vc6

    1下载:
  2. 真正完整,并且编译得通的代码。用vc访问hid型usb设备,输入自己的VID和PID就能实现对hid型usb设备的读写和控制 它包含单片机固件源代码和PC端的VC源代码;虽然PUDN上有其他会员提供类似的vc代码,但我发现那些代码都存在bug,只有我这个代码是唯一完整的、可以编译通过的代码。-Truly complete, and compile a pass code. Hid type with vc visit usb device, enter their own VID and PID
  3. 所属分类:USB develop

    • 发布日期:2017-03-27
    • 文件大小:187192
    • 提供者:dujun
  1. AutoCaptureBmp

    0下载:
  2. 自动获取 usb视频设备图像,保存成 bmp位图文件-Automatic access to usb video equipment images, saved as bitmap file bmp
  3. 所属分类:USB develop

    • 发布日期:2017-03-29
    • 文件大小:42105
    • 提供者:李宁
  1. usb_vhdl

    0下载:
  2. 一个USB 控制接口的参考设计,可作为USB设备的接口控制文件- a reference implement of the control interface of USB device
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-31
    • 文件大小:60652
    • 提供者:xu_xf
  1. UsbDebug

    0下载:
  2. usb debug程序,调试usb设备,需要配合适当固件-usb debug
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-17
    • 文件大小:108305
    • 提供者:张凯
  1. usb_modeswitch

    1下载:
  2. 这个软件是用于linux下usb设备切换模式的软件,如果你的usb modem没有linux下的驱动的话,不妨试试这个,已经支持很多3G usb modem了。-USB_ModeSwitch is (surprise!) a mode switching tool for controlling "flip flop" (multiple device) USB gear
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:29274
    • 提供者:zjd
  1. USB-HID-upper-CSharp

    3下载:
  2. USB HID 设备 上位机界面 波形显示 C# 语言-USB HID upper computer C#
  3. 所属分类:USB develop

    • 发布日期:2016-01-25
    • 文件大小:393216
    • 提供者:wf
  1. usb

    0下载:
  2. USB设备的VXWORKS驱动,其实5.5版本已经带有usb驱动,该驱动支持较5.5版本新。-VXWORKS USB device drivers, in fact, has been with the usb driver version 5.5, version 5.5 of the driver support than new.
  3. 所属分类:VxWorks

    • 发布日期:2017-03-27
    • 文件大小:307265
    • 提供者:jude
  1. USB

    0下载:
  2. usb设计大全,超星阅读,用来在 程序中访问 USB 设备的一组单元,提供了许多函数,可以一看-failed to translate
  3. 所属分类:USB develop

    • 发布日期:2017-05-21
    • 文件大小:6554624
    • 提供者:ww
  1. gadget.USB.Ether

    0下载:
  2. 支持gadget设备驱动的windows测驱动程序-Support RNDIS Windows Drivers
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:41560
    • 提供者:liunovember
  1. USB-interface

    0下载:
  2. 用VC来实现与符合HID设备类的USB接口通信程序-Using VC to achieve with the equipment in line with the HID class USB interface communication program
  3. 所属分类:USB develop

    • 发布日期:2017-03-22
    • 文件大小:156297
    • 提供者:luo
  1. HidUsbRead

    0下载:
  2. HID USB设备的数据抓取,只适合非独占设备,键盘鼠标之类的独占HID无法抓取-HID USB device data capture, only suitable for non-exclusive devices like the keyboard and mouse can not crawl exclusive HID
  3. 所属分类:USB develop

    • 发布日期:2017-03-27
    • 文件大小:72852
    • 提供者:viki
  1. USB

    0下载:
  2. 可以检测到插入到USB的设备的插入或者拔出-Can detect the USB device inserted into the insertion or pull-out
  3. 所属分类:USB develop

    • 发布日期:2017-03-27
    • 文件大小:551747
    • 提供者:78952ang
  1. USBDetection

    1下载:
  2. 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 automatica
  3. 所属分类:USB编程

    • 发布日期:2017-06-29
    • 文件大小:246708
    • 提供者:謝慶昌
  1. VB_USB

    2下载:
  2. HID USB设备与VB通讯的例子,还有枚举设备的相关函数-VB HID USB devices to communicate with the example of
  3. 所属分类:USB develop

    • 发布日期:2017-03-27
    • 文件大小:60109
    • 提供者:Mac
  1. USB_camera

    0下载:
  2. 给出Linux 环境下USB驱动的模块层次结构,包括主控制器驱动、USB 核心驱动和USB设备驱动程序组成,以及USB 接口摄像头驱动模块的层次结构,对底层usbvideo 模块进行分析,对usbvideo 中的函数进行了分类,修正其设计上的一个缺 陷,给出上层微型驱动的实现,最后通过移植USB 摄像头驱动程序到三星公司的SMDK2410 开发板的试验成功,使该驱动成 功应用在基于Linux 的嵌入式系统上。-Given Linux environment USB drive mod
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-28
    • 文件大小:133774
    • 提供者:陈天葆
  1. USB_camera

    0下载:
  2. 本文介绍了嵌入式Linux 系统中USB 设备驱动程序开发的基本原理, 通过分析USB 驱动程序开发的程序框架和重要数据结构, 实现了USB 摄像头的嵌入式Linux 驱动程序, 并在S3C2410 的平台上实现了图像采集。-This paper introduces embedded Linux system, USB device driver development of the basic principles, through the analysis of USB driver de
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-31
    • 文件大小:71949
    • 提供者:陈天葆
  1. usb_device_driver

    0下载:
  2. wince操作系统下USB设备的驱动程序源码-wince operating system USB device driver source code
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-10
    • 文件大小:1061029
    • 提供者:冯志艳
  1. linuxdriver_code_tool

    0下载:
  2. 本书是一本介绍Linux设备驱动开发理论、框架与实例的书,本书以Linux 2.6版本内核为蓝本,详细介绍自旋锁、信号量、完成量、中断顶/底半部、定时器、内存和I/O映射以及异步通知、阻塞I/O、非阻塞I/O等Linux 设备驱动理论;字符设备、块设备、TTY设备、I2C设备、LCD设备、音频设备、USB设备、网络设备、PCI设备等Linux设备驱动的架构和框架中各个复杂数据架构和函数的关系,并讲解了大量Linux驱动开发的大量实例,使读者能够独立开发各类Linux设备驱动。-This book
  3. 所属分类:Driver Develop

    • 发布日期:2017-06-16
    • 文件大小:25064728
    • 提供者:keke
  1. usb

    1下载:
  2. 本书规范了USB的工业标准。该规范介绍了USB的总线特点、协议内容、事务种类、总线管理、接口编程的设计,以及建立系统、制造外围设备所需的标准。-Book standardized industry-standard USB. The specification describes the characteristics of USB bus, agreement, transaction type, bus management, interface programming, design, a
  3. 所属分类:USB develop

    • 发布日期:2016-06-21
    • 文件大小:1266364
    • 提供者:洪先生
  1. USBRemove

    0下载:
  2. USB卸载助手- 让USB设备卸载从此简单USB卸载助手- 让USB设备卸载从此简单-USB Uninstall assistant- so a simple USB device from the USB uninstall uninstall assistant- so uninstall USB devices from simple
  3. 所属分类:Disk Tools

    • 发布日期:2017-03-28
    • 文件大小:463246
    • 提供者:龚启涛
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com