jvvong
jvvong
**Squirrel version(s)** 1.9.1 **Description** Created an installer following the getting started guide. Everything installed properly as expected except the program does no show up in "Programs and Features" **Steps to...
The ReadReport function is intermittently returning an empty data buffer. if (device.WriteReport(report, 100) == true) { HidReport report = device.ReadReport(500); if (report.ReadStatus == HidDeviceData.ReadStatus.Success) { // do stuff with report.Data...
If a WaitTimeOut is triggered when reading a report then all subsequent attempts always result in a WaitTimeOut example pseudo code: device.OpenDevice(DeviceMode.Overlapped, DeviceMode.Overlapped, ShareMode.ShareRead | ShareMode.ShareWrite); device.WriteReport(replyWithDataReport); HidReport rpt1 =...
When I try to add the library to my references the path shows and version 0.0.0.0 I am trying to use HidLibrary 3.0.0, Im using VS 2008 , XP x86,...