js
js copied to clipboard
SerialConnection not working in Node.js
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 give the new changes with NodeSerialConnection
a try!