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. Establish connection to HID device
2. Write data to HID Device
What is the expected output? What do you see instead?
Data should be written successfully to device, but instead an IOException
occures in the Native method write of HIDDevive. Here is the actual exeption
java.io.IOException:
at com.codeminders.hidapi.HIDDevice.write(Native Method)
What version of the product are you using? On what operating system?
hidapi-1.1.jar on OS X 10.7.5
Please provide any additional information below.
I have no issues reading data from the device, only the write method that
throws an exception. I've also tested the same java application on a win7 where
it could write without throwing an exception.
Original issue reported on code.google.com by [email protected] on 17 Oct 2013 at 12:52
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 17 Oct 2013 at 12:52The text was updated successfully, but these errors were encountered: