Hi,
I have a HID device and want to communicate with it on Mac OS X.
This HID device has four ElementCookies, two for input and two for output.
I can get IOHIDDeviceInterface object and create a input queue by
allocQueue(), allocQueue() returns a valid IOHIDQueueInterface. It's good.
But for output, I use allocOutputTransaction(), this function always
returns invalid IOHIDOutputTransactionInterface(NULL).
I did something wrong? Or is there another way to ouput data?
Any advice is welcome. Thanks!
Regards,
Eddie
_______________________________________________
usb mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/usb
Do not post admin requests to the list. They will be ignored.