0
I need to communicate between WPF I’m creating and a door USB which receives data from a hardware. Reading on, I saw that a library called Hidsharp that would be a Nuget to make this communication, but I’m not sure what a Nuget nor how to install it. I found a .sln demo on Github.
This solution comes with two .Cs Program.cs
and HIDInterface.cs
.
I wonder if anyone has ever done this kind of communication and how do I install it within my project.