1

Topic: HID Device DataItem initial state

Hi.

I use HidSharp v2.1.0 on windows .net FW 4.7.2 Application.

I use an event to decode report on change via an DeviceItemInputParser.

All working fine, but I need to read the initial state of the device (an Axis Joystick VID8741 PID12803).
If I use a Read, or a BeginRead...EndRead, or WaitHandle, the process always wait the first change of device or time-out.

How gets the current state of device, when there no change on it?

Thanks!