This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

question about HID SET_REPORT request

anybody can tell me how device reply host OUT request, like SET_REPORT request (HID USB-> data sent from HOST/PC to device) i'm using MAX3420..
thank you

Parents
  • get the length of the data stage through "wLength" and other details like report id, report type from setup request.

    arrange the buffer of length "wLength" and receive the buffer from host.

    finally transfer the buffer,report id, report type to application.

Reply
  • get the length of the data stage through "wLength" and other details like report id, report type from setup request.

    arrange the buffer of length "wLength" and receive the buffer from host.

    finally transfer the buffer,report id, report type to application.

Children