Hi,
I am using usbhidio code from Usbhidio2.zip (the vb6 example) as a basis for communicating with a HID.
Reading the device is no problem.
I need to send an 2 byte hex string using the feature report, could someone show, how can I use "Sub ExchangeFeatureReports()" from example for VisualBasic.NET (generic_hid_vb_46 or generic_hid_vb_50)
How can use "success = myOutFeatureReport.Write(outFeatureReportBuffer, hidHandle)" in VB6 ?
Huge thanks