Search found 3 matches
- Thu Dec 19, 2013 7:53 pm
- Forum: V-USB
- Topic: hidtool works on Linux, does not work on Windows 7
- Replies: 3
- Views: 6215
Re: hidtool works on Linux, does not work on Windows 7
I figured out that the only change in hidtool.c I made is at line 94 - I decreased buffer size to print just 8 bytes (they wrap around at the device anyway). I reverted back to 129 bytes as in the stock demo and now it works on Windows. I still don't get why it worked modified on Unixes.
- Wed Dec 18, 2013 3:55 pm
- Forum: V-USB
- Topic: hidtool works on Linux, does not work on Windows 7
- Replies: 3
- Views: 6215
Re: hidtool works on Linux, does not work on Windows 7
Everything also works perfectly under OS X Maverics.
- Wed Dec 18, 2013 12:57 pm
- Forum: V-USB
- Topic: hidtool works on Linux, does not work on Windows 7
- Replies: 3
- Views: 6215
hidtool works on Linux, does not work on Windows 7
Hello, I made a device based on the hid-data demo. It works great on Linux (tested on two machines), but hidtool read fails on Windows 7 64-bit (also tested on two different machines other then the Linux ones): error reading data: Communication error with device When I unplug it hidtool returns devi...