Home

Awesome

Node SerialPort Website

Working with serial ports can be hard, this is a collection of docs that make it easier.

Go to https://serialport.io/ to learn more, find guides and api documentation.

Documentation Strategy

To provide api docs, guides and explanations to make using serial ports easier.

Versioned docs are for major versions of serialport and should be kept up to date with the latest version of the package.

New docs should be added to the /docs directory. Edit the versioned docs too if correcting mistakes.

Developing Docs

You can develop the docs by running with node v18

npm run start

And build them by running

npm run build

Note: Search doesn't work in development mode

Docs are automatically built with vercel including previews on branches. The master branch is deployed to https://serialport.io

Cutting a new release will copy next to a version number.

npm run docusaurus docs:version 10.x.x

License

SerialPort packages are all MIT licensed and all it's dependencies are MIT licensed.

Code of Conduct

SerialPort follows the Nodebots Code of Conduct. While the code is MIT licensed participation in the community has some rules to make this a good place to work and learn.

TLDR

Governance and Community

SerialPort is currently employees a governance with a group of maintainers, committers and contributors, all fixing bugs and adding features and improving documentation. You need not apply to work on SerialPort, all are welcome to join, build, and maintain this project.

If you have a PR that improves the project people in any or all of the above people will help you land it.

Maintainers