hid read timeout - part-cw/lambdanative GitHub Wiki

(hid-read-timeout ptr u8v timeout)

Reads data from the specified open HID device, with timeout.

Parameter Description
ptr HID device pointer
u8v Read buffer
timeout Timeout in ms

Example

> (define d (hid-open-path "USB_1050_0120_14300000"))
> (hid-read-timeout d (make-u8vector 100 0) 10)
0