hi
first thanks for developing genericHid. it helps too much for my usb software
i already used the your project under VB6. it works fine
i'm having some trouble using under VB2015. looking in the forum, it seems that there are no answers.
the problem is : the displayed answer of device is too short and is always truncated to byte n. 8
depending on the request, the device should answer up to 140 bytes
i tried to give more space at array (like i did in vb6 : works fine) but it did not work. i tried to set 512 in input report buffer size.
please note i'm not really expert of .net. i'm beginner in vs2015 devoloping software.
so, after my scenario, i have two questions :
1. which it is the way in order to increase the bytes answer (until 140 every times) ?
2. is it possible to put a delay time between output data and input data ? this why usb id needs little time to create the info pack to send.
many thanks for your help
p.s. please note the command sent : the answer must be of about 20 bytes but it stops to 9
Usage: 1
Usage Page: FF00
Input Report Byte Length: 9 <--------- Always 9
Output Report Byte Length: 9
Feature Report Byte Length: 0
Number of Link Collection Nodes: 1
Number of Input Button Caps: 0
Number of Input Value Caps: 1
Number of Input Data Indices: 1
Number of Output Button Caps: 0
Number of Output Value Caps: 1
Number of Output Data Indices: 1
Number of Feature Button Caps: 0
Number of Feature Value Caps: 0
Number of Feature Data Indices: 0