sauravsingh29 / javahidapi

Automatically exported from code.google.com/p/javahidapi
Other
0 stars 0 forks source link

CRC Error in Windows #64

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Connect device, get new HIDManager, etc.
2. mHIDManager.openById(vid,pid, null);
3. Send feature report to device

This works excellent in OS X, but same application does not works in Windows 7 
x64. sendFeatureReport throws IOException "CRC error".

What is the expected output? What do you see instead?

I expected to see device reaction instead of app exception :C

What version of the product are you using? On what operating system?

javahidapi 1.1; OS X 10.9.4 & Windows 7 x64

Please provide any additional information below.

Original issue reported on code.google.com by Kobai...@gmail.com on 15 Sep 2014 at 5:35