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: 14 days 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-11-29T16:04:49.000Z (over 1 year ago)
- Last Synced: 2025-04-13T12:11:43.346Z (14 days ago)
- Topics: haxe, nodejs, npm, serial, serialport
- Language: Haxe
- Homepage:
- Size: 90.8 KB
- Stars: 6
- Watchers: 2
- 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.
[](https://github.com/tong/hxnodejs-serialport/actions/workflows/test.yml) [](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)