Skip to content

.NET class library written in C#, which reads the raw data from HID devices.

Notifications You must be signed in to change notification settings

djlastnight/HidRawData

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Support me on Patreon

Click here to become a patron and get your reward!

HidRawData

HidRawData is .NET class library written in C#. It reads the raw data from HID devices (gamepads, mice, keyboards, etc..)

Using the code from WPF main window is very simple:

var reader = new HidDataReader(this);
reader.HidDataReceived += this.OnHidDataReceived;

Tested under Windows 7 and Windows 10.

WPF application, which uses the current library is available here:
https://github.com/djlastnight/HidRawDataWatcher

djlastnight, 2018

About

.NET class library written in C#, which reads the raw data from HID devices.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages