I need to communicate between a WPF I'm creating and a USB port that receives data from a hardware. Reading about, I saw that you need a library called HIDSharp that would be NuGet to make this communication, but I'm not sure what a NuGet and how to install it. I found a .sln demo in GitHub .
This solution comes with two .cs Program.cs
and HIDInterface.cs
.
I would like to know if anyone has already done this kind of communication and how do I install this within my project.