Location:
Search - HID DLL
Search list
Description: USB通信程序使用USBDLL.dll檔的3個函式CheckHidDevice()、ReadUSB()、WriteUSB(),執行USB傳輸界面的輸出入。
Platform: |
Size: 10641 |
Author: 卞万成 |
Hits:
Description: 用Delphi写成的一个小应用程序,能读取DLL中的函数名-written with Delphi, a small application that can read DLL function names
Platform: |
Size: 202752 |
Author: kell |
Hits:
Description: Megawin Full Speed USB基於HID類別的WINDOWS控制源程序-Megawin Full Speed USB-based HID control source categories WINDOWS
Platform: |
Size: 174080 |
Author: peter |
Hits:
Description: USB通信程序使用USBDLL.dll檔的3個函式CheckHidDevice()、ReadUSB()、WriteUSB(),執行USB傳輸界面的輸出入。-USB communication program to use 3 files USBDLL.dll function CheckHidDevice (), ReadUSB (), WriteUSB (), the implementation of USB transmission interface to the output.
Platform: |
Size: 57344 |
Author: 卞万成 |
Hits:
Description: This is library use for USB HID class. It wrote in C# and compile to DLL file, that s easy to use for .NET your application.
Platform: |
Size: 43008 |
Author: lmquyen |
Hits:
Description: USB hid编程范例 ,利用HID自动识别自己的USB设备,以及实现HID通信的DLL链接库文件生成程序-USB hid programming examples, the use of HID automatic identification of their USB devices, as well as HID communications link library DLL file generation process
Platform: |
Size: 2479104 |
Author: Talent |
Hits:
Description: 一个用VC++6.0写的底层的DLL用于操作特定的Hid设备-I can t transfo this chinaese!!!
Platform: |
Size: 91136 |
Author: qwestw |
Hits:
Description: This library has been tested on Windows Vista 32bit, Windows Vista 64bit,
Windows XP 32bit and Debian (Lenny) AMD64 but should work on any version of
Windows that can run the .NET framework 2.0 and any other operating system
that has both hiddev and Mono.
Any additions must be tested and work on Windows and Linux, on both 32 and
64 bit. Windows 64 bit testing is particularly important as it is often
neglected.
Hid.Linux.dll was compiled under Linux with Mono (mcs) and uses no generics.
Hid.Win32.dll and Hid.Net.dll were compiled under Windows with the .NET
Framework v2.0.50727 but are also tested to compile with Mono (gmcs).
A good starting point when using this library is Hid.DeviceFactory s Enumerate
methods.
LogitechMX5000.cs is a simple example of how the library can be used. Other
examples on common devices are welcomed.
Platform: |
Size: 59392 |
Author: niala |
Hits:
Description: MFC开发USB HID所需要的DLL和LIB文件。
-MFC Development of USB HID DLL and LIB required documents.
Platform: |
Size: 914432 |
Author: bird |
Hits:
Description: USB HID With MatLab use Microchip d-USB HID With MatLab use Microchip dll
Platform: |
Size: 12746752 |
Author: Huynh Le Phuoc Son |
Hits:
Description: VB.Net 所開發的 USB-HID 通訊 DLL
其中包含 DLL 引用範例
將資料接收包裝成事件觸發模式-DLL develop by VB.Net
It used in USB-HID communication
Beside it include test DLL sample project
Platform: |
Size: 99328 |
Author: foluswen |
Hits:
Description: 界面为MFC所编写,实现USB转CAN功能,适应于HID设备,DLL可兼容周立功软件,只需修改DLL内Pid和Vip参数即可使用周立功软件调试你自己的HID-CAN设备-Write interface for MFC USB to CAN function to adapt to the HID devices, the DLL compatible weeks Ligong software simply modify the DLL within the the Pid and Vip parameters to use the ZLG software debugging your own HID-CAN device
Platform: |
Size: 18033664 |
Author: wzq |
Hits:
Description: mdhid.dll para la comunicacion usb hid con pic 18f4550
Platform: |
Size: 139264 |
Author: rataxy |
Hits:
Description: visual C++ USB HID 动态库-usb HID DLL
Platform: |
Size: 5076992 |
Author: 谭杰 |
Hits:
Description: 发现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
Platform: |
Size: 253952 |
Author: wpudn5 |
Hits:
Description: 破解各种加密狗所需要拦截侦听数据要用到的HID.DLL文件。将文件复制程序目录下,插加密狗运行软件主程序即可得到信息拦截文件。-Various dongle crack listens to intercept the data needed to use the HID.DLL file. Copy the program files directory, insert the dongle to run the software you can get information to intercept the main program file.
Platform: |
Size: 21504 |
Author: song |
Hits:
Description: USB-HID 用的.dll和.lib的文件-USB-HID .DLL and .Lib file
Platform: |
Size: 123904 |
Author: 倪志 |
Hits:
Description: 利用jnative对hid设备进行检索并进行读写,文件中包括jnative包,解压后将JNative.jar放到windows/system32下,将JNativeCpp.dll放到jdk/bin和jdk/jre/bin下面,亲测,可以运行。-Jnative use of hid equipment to retrieve and read and write, including file jnative package and unzip JNative.jar put under the windows/system32, will JNativeCpp.dll put jdk/bin and jdk/jre/bin Now, pro-test , you can run.
Platform: |
Size: 327680 |
Author: 一笑三疯 |
Hits:
Description: 本工程创建了一个动态链接库函数,可以跨平台(C#)实现C++函数的调用
主要是实现了PC对hid设备的数据写入和数据读取(This project creates a dynamic link library function, you can cross-platform (C #) to achieve C + + function call
Mainly to achieve the PC on the hid device data write and data read)
Platform: |
Size: 12591104 |
Author: 夹心儿呦
|
Hits:
Description: lol走a脚本,滑板鞋自动e.
把目录dll 更名 hid.dll 或者Bugtrace.dll 或者dbghelp.dll 放到游戏game目录 里面!再直接进游戏就行! 没效果 重新添加即可(注意game目录下有没有辅助dll)
Platform: |
Size: 14959016 |
Author: 843142158@qq.com |
Hits: