-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
node-hid.devices() did list
{ vendorId: 9456,
productId: 8247,
path:
'\\\\?\\hid#vid_24f0&pid_2037&mi_00#7&cf6c84a&0&0000#{4d1e55b2-f16f-11cf-88cb-001111000030}',
serialNumber: '\t',
manufacturer: 'Metadot - Das Keyboard',
product: 'Keyboard',
release: 256,
interface: 0,
usagePage: 1,
usage: 6 },
{ vendorId: 9456,
productId: 8247,
path:
'\\\\?\\hid#vid_24f0&pid_2037&mi_01&col01#7&2026e488&0&0000#{4d1e55b2-f16f-11cf-88cb-001111000030}',
serialNumber: '\t',
manufacturer: 'Metadot - Das Keyboard',
product: 'System Control',
release: 256,
interface: 1,
usagePage: 1,
usage: 128 },
{ vendorId: 9456,
productId: 8247,
path:
'\\\\?\\hid#vid_24f0&pid_2037&mi_01&col02#7&2026e488&0&0001#{4d1e55b2-f16f-11cf-88cb-001111000030}',
serialNumber: '\t',
manufacturer: 'Metadot - Das Keyboard',
product: 'System Control',
release: 256,
interface: 1,
usagePage: 12,
usage: 1 },
but both
const hidDevice = keyboard.find(9456, 8247, 1, 128);
and
const hidDevice = keyboard.find(9456, 8247, 1, 1);
failed with
Error: feature report errored too quickly; device is probably not there anymore: 0
so, how can i help get it running on 4Q?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels