I'm migrating application code from a HIDDevice linux based system to an embedded implementation with USBHost_t36. On the linux side, I two methods, get_feature_report and set_feature_report. I'm trying to determine how to implement that function with USBHost_t36, but am having difficulties determining what to do. Can someone point me in the right direction?
I'm migrating application code from a HIDDevice linux based system to an embedded implementation with USBHost_t36. On the linux side, I two methods, get_feature_report and set_feature_report. I'm trying to determine how to implement that function with USBHost_t36, but am having difficulties determining what to do. Can someone point me in the right direction?