I’m trying to talk to my radio in NodeJS via USB serial. At the moment, I’m already hitting a wall with the protobufs (which I have never touched before). Specifically, I’m trying to create the heoll message to tell the radio that I have connected but the protobuf message isn’t created correctly:
Yeah, once you got your head wrapped around protobufs within protobufs within protobufs, it’s actually fairly trivial. I’ve been hit with a whole crapload of busy, so I didn’t manage to beautify my project and upload it to Github yet…
Jep, serialport. I actually looked at the meshtastic.js but that’s way over my skill level. Plus I have never looked at typescript before.
I’ll try to upload my code today or tomorrow.