meshtastic / js

JS/TS library for interfacing with Meshtastic devices
https://meshtastic.org
GNU General Public License v3.0
77 stars 36 forks source link

SerialConnection not working in Node.js #83

Open attermann opened 6 months ago

attermann commented 6 months ago

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?

TheCyberRonin commented 1 month ago

@attermann give the new changes with NodeSerialConnection a try!