Discussion Forum

question about HID SET_REPORT request

Next Thread | Thread List | Previous Thread Start a Thread | Settings

DetailsMessage
Read-Only
Author
suriva suriva
Posted
28-Jul-2008 12:28 GMT
Toolset
None
New! 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

Read-Only
Author
madhu reddy
Posted
28-Jul-2008 14:33 GMT
Toolset
None
New! RE: question about HID SET_REPORT request

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.

Read-Only
Author
suriva suriva
Posted
29-Jul-2008 01:10 GMT
Toolset
None
New! RE: question about HID SET_REPORT request

Thanks,
but i'm still confused with report descriptor.can you help me?how to configure output report in report descriptor if data size is 8bit.
thank you

Next Thread | Thread List | Previous Thread Start a Thread | Settings