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.
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 [email protected] on 30 Mar 2013 at 5:38
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 30 Mar 2013 at 5:38The text was updated successfully, but these errors were encountered: