We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Writes the specified data to the HID device, and returns the number of bytes written.
> (define d (hid-open-path "USB_1050_0120_14300000")) > (hid-write d (string->u8vector "HI")) 2