Sweet new CLI guides https://serialport.io/docs/guide-cli
Soon you can now use npx for our new cli packages
npx @serialport/terminal
npx @serialport/repl
npx @serialport/list
The `Binding` is how Node-SerialPort talks to the underlying system. By default, we auto detect Windows, Linux and OS X, and load the appropriate module for your system. You can assign `SerialPort.Binding` to any binding you like. Find more by searching ["serialport-binding" at npm](https://www.npmjs.com/search?q=serialport-binding).
And I got a nice little roadmap together https://github.com/node-serialport/node-serialport/milestone/4
Got a few beginner friendly features to add. Friendly as in you can be new to the project and not super experienced. But make no mistake you'll be touching, JS, c++ and following data from @[email protected] to the OS.