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
HID isn't ideal for HF2 (despite the name). We've been recently using just a custom USB class with two bulk end-points. This is also the approach taken by CMSIS DAP 2. It's faster and works driver-less in all modern OSes. It also allows for usage from WebUSB.
For HF2 you don't specify any method of recognizing an HID interface as providing HF2.
I suggest two possible methods:
Ideally both would be required in an implementation, letting the host use whichever is easiest and/or supported by the USB library being used.
The text was updated successfully, but these errors were encountered: