dudewheresmycode / node-iridium-sbd

Node.js library for sending and receiving Iridium SBD (Short Burst Data)
14 stars 11 forks source link

Update to latest version of node-serialport #6

Open alexose opened 2 years ago

alexose commented 2 years ago

The older version of node-serialport are all kinds of broken on newer versions of node.

It would be neat to update this library to use more modern dependencies!

alexose commented 2 years ago

I started down this path over on my fork, but I still need to figure out how to convert the readSBC parser into a transform stream.

alexose commented 2 years ago

PR is up: https://github.com/dudewheresmycode/node-iridium-sbd/pull/7