You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And below here is a stack trace of the error whenever I try to use pad.fillColor(0, 255, 0, 0)
node:events:496 throw er; // Unhandled 'error' event ^TypeError: Cannot write to hid device at Displaypad._processDataEvent (/mnt/MassStorage/CodeLibrary/JavaScript/mountain-test/node_modules/mountain-displaypad/index.js:283:26) at HID.<anonymous> (/mnt/MassStorage/CodeLibrary/JavaScript/mountain-test/node_modules/mountain-displaypad/index.js:137:9) at HID.emit (node:events:518:28) at readFunc (/mnt/MassStorage/CodeLibrary/JavaScript/mountain-test/node_modules/node-hid/nodehid.js:117:26)Emitted 'error' event on Displaypad instance at: at HID.<anonymous> (/mnt/MassStorage/CodeLibrary/JavaScript/mountain-test/node_modules/mountain-displaypad/index.js:141:9) at HID.emit (node:events:518:28) at Immediate.<anonymous> (/mnt/MassStorage/CodeLibrary/JavaScript/mountain-test/node_modules/node-hid/nodehid.js:122:26) at process.processImmediate (node:internal/timers:491:21)Node.js v22.11.0
I will be more than willing to test possible solutions or brainstorm with others. This is the only way I've gotten this specific device to work on linux so far.
The text was updated successfully, but these errors were encountered:
Just a note for the first part of this issue, I have no HID devices from Mountain with interface 1. I have 5 devices showing from node-hid with interface 0 and 1 device showing with interface 3.
I have been able to get this to work on linux (Fedora 41)for the most part
I have been able to do this by changing
to
However, I cannot change any of the displays because it fails to write to the rawhid. Below are my available devices by Mountain in a table
And below here is a stack trace of the error whenever I try to use
pad.fillColor(0, 255, 0, 0)
I will be more than willing to test possible solutions or brainstorm with others. This is the only way I've gotten this specific device to work on linux so far.
The text was updated successfully, but these errors were encountered: