登录
首页 » C# » usb-hid

usb-hid

于 2014-04-08 发布 文件大小:248KB
0 236
下载积分: 1 下载次数: 223

代码说明:

  发现usb_hid网上可参考的资源少,基于C#源码的就更少了,尤其是能通过验证的资源简直是没有,本usb hid源码在两三个银行用外部标准接口的硬件设备(如柜外清,条码识别,及指纹识别)测试通过了,关键是已经封装成了一个C#控件,使用时只需调用UsbLibrary.dll文件就行了,别再用那writefile了(Found usb_hid fewer resources available online reference, based on C# source code and even less, especially through the resources simply do not verify the source usb hid in two or three banks with an external standard hardware interfaces (such as outside the cabinet cleared , barcode recognition, and fingerprint recognition) test, the key is already packaged into a C# controls, just call UsbLibrary.dll file when using the line, do not use that writefile the)

文件列表:

usb hid
.......\documentation
.......\.............\Design.uml,128507,2007-03-22
.......\.............\Documentation.chm,203617,2007-03-15
.......\Sniffer.sln,1391,2007-03-15
.......\UsbApp
.......\......\bin
.......\......\...\Debug
.......\......\...\.....\UsbLibrary.dll,32768,2007-03-15
.......\......\...\.....\UsbLibrary.xml,26505,2007-03-15
.......\......\Program.cs,512,2013-09-10
.......\......\Properties
.......\......\..........\AssemblyInfo.cs,1262,2007-03-08
.......\......\..........\Resources.Designer.cs,2839,2007-03-08
.......\......\..........\Resources.resx,5612,2007-03-08
.......\......\..........\Settings.Designer.cs,1089,2007-03-08
.......\......\..........\Settings.settings,249,2007-03-08
.......\......\Sniffer.cs,4939,2013-09-10
.......\......\Sniffer.Designer.cs,10803,2013-09-10
.......\......\Sniffer.resx,6005,2007-03-15
.......\......\UsbApp.csproj,3447,2007-03-08
.......\UsbLibrary
.......\..........\bin
.......\..........\...\Debug
.......\..........\...\.....\UsbLibrary.dll,32768,2007-03-15
.......\..........\...\.....\UsbLibrary.XML,26505,2007-03-15
.......\..........\HIDDevice.cs,12847,2013-09-10
.......\..........\Properties
.......\..........\..........\AssemblyInfo.cs,1391,2007-03-08
.......\..........\Report.cs,2551,2013-09-10
.......\..........\SpecifiedDevice.cs,2529,2013-09-10
.......\..........\SpecifiedInputReport.cs,553,2013-09-10
.......\..........\SpecifiedOutputReport.cs,845,2013-09-10

.......\..........\UsbHidPort.cs,10185,2007-03-15
.......\..........\UsbHidPort.Designer.cs,1096,2007-03-15
.......\..........\UsbLibrary.csproj,2702,2007-03-15
.......\..........\Win32Usb.cs,15637,2007-03-15

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • wan_nian_li
    图形界面的万年历源代码,适合初学者课程PJ使用(perpetual calendar)
    2015-12-02 11:39:00下载
    积分:1
  • AMD SPEED
    可以變換cpu速度... 在dos下..若你的cpu 有speed變速功能可以使用這(work in cpu speed ... .. under the dos if you have the cpu speed transmission function can be used)
    2005-04-22 09:35:02下载
    积分:1
  • MonteCarlo-Simulation-of-Light-in-C
    一本关于光在多层组织传播的蒙特卡罗模拟及其用C语言来实现光子传输模拟的书。(A book about Monte Carlo simulation of light transport in multi-layer tissues and its implementation using C)
    2020-11-09 21:29:46下载
    积分:1
  • shiyan
    信号进入信道,经过高斯噪声的干扰,经过QPSK调制以后的时延 (The signal enters the channel, after the interference of the Gaussian noise after a delay after the QPSK modulation)
    2013-04-16 09:40:11下载
    积分:1
  • bettprprovide
    说明:  一个C++的简单的原代码,可以提供学习比较好,大家可以下了(C of a simple code, can provide a better learning, we can go down)
    2018-12-30 08:51:43下载
    积分:1
  • MCU-hmi
    远端操作人机,可以节省传统HMI,继而使用一体式面板。使用更加方便(Remote Operator Terminal)
    2013-11-14 22:07:34下载
    积分:1
  • HIKVideoDriver
    说明:  C#封装海康客户端,根据海康提供的C++ DLL翻译成为C#封装,直接连接DVR并带有云台控制功能(C# package Haikang client, provided under the Haikang C++ DLL package translated into C# and directly connected with DVR and PTZ control)
    2011-03-04 12:52:03下载
    积分:1
  • 屏幕保护序基类
    说明:  就是个屏幕保护程序基类,希望对大家能够有所帮助.(screens is the base class protection program, we hope to be able to help.)
    2005-11-14 13:24:12下载
    积分:1
  • arts_debug
     调试对于软件的成败至关重要,正确使用恰当的调试工具可以提高发现和改正错误的效率。本书详细介绍了 3种调试器,gdb用于逐行跟踪程序、设置断点、检查变量以及查看特定时间程序的执行情况, ddd是流行的 gdb的 gui前端,而 eclipse提供完整的集成开发环境。书中不但配合实例讨论了如何管理内存、理解转储内存、跟踪程序找出错误等内容,更涵盖了其他同类书忽略的主题,例如线程、客户 /服务器、gui和并行程序,以及如何躲开常见的调试陷阱。(Debugging for is vital to the success of the software, the proper use of appropriate debugging tool can improve the efficiency of discovery and correct mistakes. Book introduces in detail three kinds of debugger, GDB for tracking procedures, set breakpoints, line by line check variables and checking their specific time execution of DDD is popular the GDB GUI front-end, and eclipse provides a complete integrated development environment. The book not only cooperate with examples to discuss how to manage the memory, understanding, memory dump and trace program error, more covers other similar books ignore themes, such as threads, client/server, GUI, and the parallel program, debugging and how to avoid common pitfalls.)
    2013-08-03 14:53:53下载
    积分:1
  • LAST-1
    PIC microcontroller Door Lock password with 10 users control door motor with l293 IC and buzzer
    2016-11-05 04:55:59下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载