Skip to content

A native Node.js module for controlling the ABACOM CH341A relay board.

Notifications You must be signed in to change notification settings

adriankumpf/arb-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arb-js

A native Node.js module for controlling the ABACOM CH341A relay board.

Getting started

Requirements

In order to compile a recent version of rust must be installed. Also, the native libusb library is required. On Debian-based distributions install libusb-1.0-0-dev.

Installation

Add arb to your list of dependencies:

npm i adriankumpf/arb-js#v0.5.0

Usage

> arb.activate([1, 4, 7])
undefined

> arb.activate([1, 4, 7], { port: 2, verify: false })
undefined

See also

About

A native Node.js module for controlling the ABACOM CH341A relay board.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published