Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/serialport/node-serialport
Access serial ports with JavaScript. Linux, OSX and Windows. Welcome your robotic JavaScript overlords. Better yet, program them!
https://github.com/serialport/node-serialport
electron hardware iot javascript node-serialport nodebots nodejs promise robot serial serial-ports serialport
Last synced: 11 days ago
JSON representation
Access serial ports with JavaScript. Linux, OSX and Windows. Welcome your robotic JavaScript overlords. Better yet, program them!
- Host: GitHub
- URL: https://github.com/serialport/node-serialport
- Owner: serialport
- License: mit
- Created: 2010-09-07T12:24:28.000Z (about 14 years ago)
- Default Branch: main
- Last Pushed: 2024-04-14T21:03:54.000Z (7 months ago)
- Last Synced: 2024-04-15T00:49:27.042Z (7 months ago)
- Topics: electron, hardware, iot, javascript, node-serialport, nodebots, nodejs, promise, robot, serial, serial-ports, serialport
- Language: TypeScript
- Homepage: https://serialport.io
- Size: 7.49 MB
- Stars: 5,688
- Watchers: 175
- Forks: 997
- Open Issues: 155
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
- awesome - serialport/node-serialport - Access serial ports with JavaScript. Linux, OSX and Windows. Welcome your robotic JavaScript overlords. Better yet, program them! (TypeScript)
- awesome-nodejs-cn - serialport - **star:5740** 访问串行端口进行读写 ![star > 2000][Awesome] (包 / 硬件)
- awesome-nodejs - serialport - Access serial ports for reading and writing. (Packages / Hardware)
- awesome - serialport/node-serialport - Access serial ports with JavaScript. Linux, OSX and Windows. Welcome your robotic JavaScript overlords. Better yet, program them! (TypeScript)
- awesome - serialport/node-serialport - Access serial ports with JavaScript. Linux, OSX and Windows. Welcome your robotic JavaScript overlords. Better yet, program them! (TypeScript)
README
# Node Serialport
[![Backers on Open Collective](https://opencollective.com/serialport/backers/badge.svg)](#backers)
[![Sponsors on Open Collective](https://opencollective.com/serialport/sponsors/badge.svg)](#sponsors)
[![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg)](https://lernajs.io/)
[![codecov](https://codecov.io/gh/serialport/node-serialport/branch/master/graph/badge.svg)](https://codecov.io/gh/serialport/node-serialport)
[![Test / Lint](https://github.com/serialport/node-serialport/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/serialport/node-serialport/actions/workflows/test.yml)Access serial ports with JavaScript. Linux, OSX and Windows. Welcome your robotic JavaScript overlords. Better yet, program them!
> Go to to learn more, find guides and api documentation.
## Quick Links
- [**Guides**](https://serialport.io/docs/)
- [The `serialport` package api docs](https://serialport.io/docs/api-serialport) (most people start here)## Developing
### Developing node serialport projects
1. Clone this repo `git clone [email protected]:serialport/node-serialport.git`
1. Run `npm install` to setup local package dependencies (run this any time you depend on a package local to this repo)
1. Run `npm test` to ensure everything is working properly
1. Add dev dependencies to the root package.json and package dependencies to the package's one.### Developing Docs
See https://github.com/serialport/website
## License
SerialPort packages are all [MIT licensed](LICENSE) and all it's dependencies are MIT licensed.
## Code of Conduct
SerialPort follows the [Nodebots Code of Conduct](http://nodebots.io/conduct.html). While the code is MIT licensed participation in the community has some rules to make this a good place to work and learn.
### TLDR
- Be respectful.
- Abusive behavior is never tolerated.
- Data published to NodeBots is hosted at the discretion of the service administrators, and may be removed.
- Don't build evil robots.
- Violations of this code may result in swift and permanent expulsion from the NodeBots community.## Governance and Community
SerialPort is currently employees a [governance](https://medium.com/the-node-js-collection/healthy-open-source-967fa8be7951) 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.
- A Contributor is any individual creating or commenting on an issue or pull request. By participating, this is you.
- Committers are contributors who have been given write access to the repository. They can review and merge pull requests.
- Maintainers are committers representing the required technical expertise to resolve rare disputes.If you have a PR that improves the project people in any or all of the above people will help you land it.
### Maintainers
- [Francis Gulotta](https://twitter.com/reconbot) | [reconbot](https://github.com/reconbot)
- [Nick Hehr](https://twitter.com/hipsterbrown) | [hipsterbrown](https://github.com/hipsterbrown)### Contributors
This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].
### Backers
Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/serialport#backer)]
### Sponsors
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/serialport#sponsor)]