Replies: 2 comments 1 reply
-
Concerning your length question: I had the same question on my own. I ended up writing a function which calculates the length of a request. Thanks to the protocol which does not include packet length information. If you are still interested, I can post the module. |
Beta Was this translation helpful? Give feedback.
-
I don't think, my question is clear or maybe I don't understand your reply. I am trying to find info about how the receiving side recognize boundaries of packets in incoming data stream. Eg. host wants to send 3 packets. Does each of them have to get into separate bulk xfer (easy for receiver, but wastes bandwidths) or are they somehow packed together in one larger bulk xfer? If the second case, how receiving side unpacks them? |
Beta Was this translation helpful? Give feedback.
-
Hi,
I am trying to understand how does CMSIS-DAP USB protocol work.
I am not aware of way, how to determine length of command payload without understanding command itself.
v1 (HID) transport overcomes this issue by transferring 1 command/response per HID frame.
Beta Was this translation helpful? Give feedback.
All reactions