Hi,
I have downloaded generic_hid_cs_62 demo from this site. I can read and sent data from device but there is a problem. When I click on Send Output Report button the program answers Output report has been written but there is no received data in device at this moment. Data arrive to device immidiatly when I click on Get Input Report,
specificly this line Task<Int32> t = deviceData.ReadAsync(inputReportBuffer, 0, inputReportBuffer.Length, cts.Token);
or when I close the program. I have noticed that when I stepping through code (Break point on Send Output Report) data are send at the same moment as I get back from code to program window.
Can anyone give me some advice.
Thanks.