You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. On windows system , open the device by vendor id and product id
2. Write some data using the opened handle
3.It throws parameter incorrect exception(using netbeans IDE on windows)
What is the expected output? What do you see instead?
It should write data to the USB device , it shows parameter incorrect error
What version of the product are you using? On what operating system?
version 1.1 ,windows 7 operating system(32bit)
Please provide any additional information below.
downloaded the following dll , dll from this
location(https://code.google.com/r/sari4hp-hidapi/source/browse/lib/native/win/h
idapi-jni-32.dll?r=53b8fd98f02910576e4ca9323cf9895972a25c71&spec=svn53b8fd98f029
10576e4ca9323cf9895972a25c71)
Original issue reported on code.google.com by [email protected] on 27 Jun 2013 at 5:18
The text was updated successfully, but these errors were encountered:
I've encountered this error when writing the wrong report ID number and/or
size. Check that the size of the buffer you are writing matches the size of
the output report, and that byte[0] equals a valid output report ID.
Also seeing the same issue on Win7/64bit JDK 1.7. I know it's not the buffer
ize/values because everything works fine using python/pywinusb on same
computer.
Original issue reported on code.google.com by
[email protected]
on 27 Jun 2013 at 5:18The text was updated successfully, but these errors were encountered: