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

搜索资源列表

  1. newLibusb

    1下载:
  2. this is libusb library
  3. 所属分类:其它

    • 发布日期:2013-11-10
    • 文件大小:248965
    • 提供者:mohammadmohsen
  1. cm5321

    0下载:
  2. PoC for Omnikey Cardman 5321 communication using libusb, very dirty example
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-11
    • 文件大小:1351
    • 提供者:ngthest
  1. testlibusb_win

    0下载:
  2. 实现了USB上位机与下位机之间的通信程序,底层代码采用的是神州IV的HID设备驱动,上位机采用的是libusb-win32实现的,修改了官方sourceforge提供的例程,实现了上位机给下位机发送控制控制命令,开关灯。同时,可以捕获到下位机按键被按下的消息。特殊说明,未经修改的代码可以到sourceforge上去下载,此处不再上传。testlibusb_win.c即是修改过的,是核心部分。开发环境是visual studio 2012.-USB communication program to
  3. 所属分类:Communication

    • 发布日期:2017-04-04
    • 文件大小:5685
    • 提供者:songdongdong
  1. cm5321

    0下载:
  2. PoC for Omnikey Cardman 5321 communication using libusb, very dirty example
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-12
    • 文件大小:1391
    • 提供者:程序段
  1. libusb-1.0.18

    0下载:
  2. 在windows上开发usb驱动的源代码库,可方便在vs2010上开发usb驱动。-Development of USB driver source code base on windows, may facilitate the development of USB driver in vs2010.
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-28
    • 文件大小:696330
    • 提供者:熊剑
  1. usb

    0下载:
  2. libusb可以用来编写无关平台的usb驱动 -we can use libusb to drive any usb devices under windows/linux
  3. 所属分类:Driver develop

    • 发布日期:2017-04-14
    • 文件大小:2729
    • 提供者:happy
  1. libusb_lyz

    0下载:
  2. 简单的libusb 供学习,在android上 有mk的写法-Simple libusb for learning on the android has written mk
  3. 所属分类:Driver develop

    • 发布日期:2017-04-12
    • 文件大小:1393
    • 提供者:李颖钊
  1. USBBulk

    0下载:
  2. 基于window libusb官方接口开发的下位机基于Wince6.0的下位机驱动程序,纯私人开发-Based on the official window libusb lower machine interface developed based Wince6.0 the lower driver, pure private development
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-07
    • 文件大小:1074873
    • 提供者:吴宇生
  1. LibUSB_for_Delphi_Alpha_1_120709_0946

    3下载:
  2. LibUSB library for Delphi 7
  3. 所属分类:其他小程序

    • 发布日期:2017-06-02
    • 文件大小:22143
    • 提供者:mt91
  1. Roco_USB-2015-02-06

    1下载:
  2. roco modelleisenbahn libusb delphi controller gui
  3. 所属分类:Communication

    • 发布日期:2017-03-27
    • 文件大小:230285
    • 提供者:mt91
  1. fw_pic18

    0下载:
  2. 18f4550 - HID Bootload. USB Device - Libusb - Generic Driver - C18 - PICDEM FSUSB
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:30557
    • 提供者:sjhwang
  1. Voltage-Meter

    0下载:
  2. 这是一个通过USB采集单片机的AD电压值的, 并显示出来的软件,包含工程文件和可执行代码,关于单片机的代码部分以及硬件(引用LIBUSB通过虚拟USB协议送出的固件 也将在我的上传中可以找到)-This is a collection microcontroller via USB AD voltage value, and display them in the software, including project files and executable code on the code
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-13
    • 文件大小:2677138
    • 提供者:XIMAN
  1. mytest_libusb

    0下载:
  2. 此工程建在vs2010里面 使用前只需在main cpp里面把idVendor idProduct改为自己的USB设备ID #define MY VID 0x0666 #define MY PID 0x0001 即可直接打开 最简单的调用libusb w32的API程序了-The project built in vs2010 just in main CPP before use the idVendor idProduct instead of their own USB device ID
  3. 所属分类:Console

    • 发布日期:2017-05-28
    • 文件大小:10647203
    • 提供者:李伟
  1. core

    0下载:
  2. \mainpage libusb-1.0 API Reference.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:15598
    • 提供者:vodekm
  1. random_shuffle_urng

    0下载:
  2. darwin backend for libusb 1.0.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-30
    • 文件大小:13117
    • 提供者:znshqiu
  1. strerror

    0下载:
  2. ingroup misc Set the language, and only the language, not the encoding! used for translatable libusb messages.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2993
    • 提供者:jxzkhon
  1. usb_linux

    0下载:
  2. linux环境下,使用系统libusb封装的驱动通信接口,作用是与android手机进行通信-libusb api
  3. 所属分类:Driver develop

    • 发布日期:2017-04-14
    • 文件大小:4608
    • 提供者:123
  1. libusb-1.0.20

    0下载:
  2. android usb 第三方开发包,可以用于上层开发独立的USB设备。-Android usb 3th part library
  3. 所属分类:USB develop

    • 发布日期:2017-05-03
    • 文件大小:1014612
    • 提供者:jkbutton
  1. libusb1-1.4.1.tar

    0下载:
  2. python 的ctype对libusb的封装,可能通过python直接编写usb的驱动,项目实践证明很稳定-this source use pythob ctype to call libusb,you can write usb driver by this code
  3. 所属分类:Linux Network

    • 发布日期:2017-04-29
    • 文件大小:43438
    • 提供者:
  1. libusbtest

    0下载:
  2. libusb通过usb接口访问arm板,上位机访问下位机通过usb接口,免驱设计-through the USB interface to access the arm board by libusb-win32
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-29
    • 文件大小:12759
    • 提供者:靳家奇
« 1 2 3 4 5 6 78 »
搜珍网 www.dssz.com