c# – Communicating with HID-compliant device
I’m certain I’m within the unsuitable place however I do not know the place to go!
I’m making an attempt to develop an software that can talk with an HID-compliant machine.
I obtained slightly info from the tech help of the HID-compliant
machine I’m working with that advised me I wanted to make use of
Discovering and Opening an HID Assortment Capabilities
Resembling HidD_getHidGuid
, SetupDiGetClassDevs
, SetupDiEnumDeviceInterfaces
, SetupDiDeviceInterfaceDetail
and so forth.
The code improvement for that is proving to be a frightening job for me. I used to be questioning if there are any real-life code examples in C# that use these all at one time? I’m making an attempt to connect with a tool and browse the information from it. I’m in a brand new job and have expertise speaking serially by means of Comports however nothing like this. If anybody will help me, please.