Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)