https://github.com/roydejong/node-serialport-bindings
🍴 A desperate fork of node-serialport/packages/bindings, trying to get Electron to play nice
https://github.com/roydejong/node-serialport-bindings
Last synced: about 16 hours ago
JSON representation
🍴 A desperate fork of node-serialport/packages/bindings, trying to get Electron to play nice
- Host: GitHub
- URL: https://github.com/roydejong/node-serialport-bindings
- Owner: roydejong
- License: mit
- Created: 2019-07-11T00:43:47.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-11T00:46:29.000Z (almost 7 years ago)
- Last Synced: 2025-01-01T12:17:32.894Z (over 1 year ago)
- Language: C++
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# @serialport/Bindings
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).
Learn more at our [bindings documentation](https://serialport.io/docs/api-bindings) page.