js icon indicating copy to clipboard operation
js copied to clipboard

SerialConnection not working in Node.js

Open attermann opened this issue 10 months ago • 1 comments

I've been able to succesfully connect to a device over HTTP in a Node.js app, but discovered when that connecting over Serial is dependent on navigator and doesn't work in Node.js. Is there any workaround, or possibility to remove this dependency?

attermann avatar Apr 07 '24 21:04 attermann

@attermann give the new changes with NodeSerialConnection a try!

TheCyberRonin avatar Aug 26 '24 02:08 TheCyberRonin