Topic: Write to device example?
Hey,
Im working on a project, and have been having some success with HidSharp. I can read from my device just fine, and can access the data i need from the IN reports.
However I totally cannot see how i can write OUT reports back to the device. I've trawled the internet, but no examples.
Ive found I can get the OUT report I need using the GetReport() method but i dont know how to write my values into it, or send it.
Any advice/help much appreciated.