Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Two HID's, openByPath seems to work, write does not return error, but write appears not to happen #49

Open
GoogleCodeExporter opened this issue Jan 13, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1.
Use two HID devices.
2.
Open both HIDDevice's in two separate threads.  This appears to be successful.  


What is the expected output? What do you see instead?
When used individually they each work as expected, writing to them produces the 
expected result.  If both are plugged in, only one works.  The openByPath 
returns an instance of each, the write returns the number of bytes written 
correctly, but the device appears not to be receiving the data.  


What version of the product are you using? On what operating system?
1.1 on Mac OS X v10.7.5

Please provide any additional information below.
The operating system shows both devices when both are plugged in.  The 
hid_mgr.listDevices() function shows both, the openByPath() is successful and 
the byteswritten = dev.write(sendbuf1) returns the proper number of bytes.


Original issue reported on code.google.com by gbarna...@gmail.com on 30 Mar 2013 at 5:38

@GoogleCodeExporter
Copy link
Author

Please close this issue.  The error was mine, sorry.

Original comment by gbarna...@gmail.com on 30 Mar 2013 at 9:24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant