{ 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 },
const hidDevice = keyboard.find(9456, 8247, 1, 128);
const hidDevice = keyboard.find(9456, 8247, 1, 1);
Error: feature report errored too quickly; device is probably not there anymore: 0
node-hid.devices()did listbut both
and
failed with
so, how can i help get it running on 4Q?