Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tong/hxnodejs-serialport
Haxe/Nodejs type definitions for the serialport npm module
https://github.com/tong/hxnodejs-serialport
haxe nodejs npm serial serialport
Last synced: about 14 hours ago
JSON representation
Haxe/Nodejs type definitions for the serialport npm module
- Host: GitHub
- URL: https://github.com/tong/hxnodejs-serialport
- Owner: tong
- License: mit
- Created: 2016-04-10T15:32:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-11-29T16:04:49.000Z (11 months ago)
- Last Synced: 2024-05-02T00:12:24.637Z (6 months ago)
- Topics: haxe, nodejs, npm, serial, serialport
- Language: Haxe
- Homepage:
- Size: 90.8 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Haxe Serialport NPM
Haxe/Nodejs type definitions for the [serialport npm module](https://github.com/node-serialport/node-serialport).
Node-Serialport provides a stream interface for the low-level serial port code necessary to control Arduino chipsets, X10 interfaces, Zigbee radios, highway signs, lcd screens, cash drawers, motor controllers, sensor packages, fork lifts, modems, drones, CNC machines, plotters, vending machines, ccTalk coin accecptors, SMS Gateways, RFID scanners and much more. If you have a hardware device with a UART we can speak to it. The physical world is your oyster with this goodie.
[![test](https://github.com/tong/hxnodejs-serialport/actions/workflows/test.yml/badge.svg)](https://github.com/tong/hxnodejs-serialport/actions/workflows/test.yml) [![Haxelib Version](https://img.shields.io/github/tag/tong/hxnodejs-serialport.svg?colorA=EA8220&colorB=FBC707&label=haxelib)](http://lib.haxe.org/p/hxnodejs-serialport/)
### Usage
- [Serialport documentation](https://serialport.io/docs/en/guide-about)
- [Example application](https://github.com/tong/hxnodejs-serialport/blob/master/example/App.hx)