cython-hidapi icon indicating copy to clipboard operation
cython-hidapi copied to clipboard

Does not appear to update list of attached devices On Mac OSX10.9 after first enumeration

Open luciodj opened this issue 10 years ago • 0 comments

I have built the latest revision from source on OSX 10.9 receiving only a couple of warnings for unused functions. The code seems to work mostly but only if a HID device is present when the first enumeration is requested. It appears that the only way to "notice" new devices attached to the bus is to kill the current python process and run the application in a new one.
Also some of the strings (manufacturer, device description) appear to be truncated...

luciodj avatar Nov 28 '14 21:11 luciodj