Skip to content
Chris Petersen edited this page Mar 4, 2016 · 1 revision

Opens a HID device with the specified path.

Parameter Description
path HID device path

Example

> (define d (hid-open-path "USB_1050_0120_14300000"))
> (hid-error d)
#f
> (hid-close d)
Clone this wiki locally