hidapi icon indicating copy to clipboard operation
hidapi copied to clipboard

Ability to set report id for get_report

Open shuffle2 opened this issue 8 years ago • 2 comments

I'm trying to work with this device: http://www.cypress.com/file/298476/download

Sending commands seems to work fine (as noted, I can observe that a watchdog timer is activated when ENABLE_FWU is sent). However, I can't actually perform any of the read-back commands, because they require sending the report id along with the GET_REPORT request. AFAICT there is no way to do this?

shuffle2 avatar Jul 16 '17 01:07 shuffle2

If a report descriptor has no report ID 0 is assumed. So send with 0.

ulao avatar Jan 31 '18 15:01 ulao

@ulao have you read the linked pdf?

shuffle2 avatar Feb 07 '18 12:02 shuffle2