Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fivetwelve-driver-usbpro

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fivetwelve-driver-usbpro

Driver to use the fivetwelve-library with an enttec usbpro mk2 professional dmx-interface.

  • 1.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
5
increased by66.67%
Maintainers
1
Weekly downloads
 
Created
Source

fivetwelve driver for ENTTEC USB PRO mk2

This is a fivetwelve driver for the USB PRO mk2 DMX-interface made by enttec.

installation

npm install --save fivetwelve-driver-usbpro

usage example

import fivetwelve from 'fivetwelve';
import Serialport from 'serialport';

// You need to somehow find the path of the interface (best done via 
// `Serialport.list()` and finding the right device)
const usbproSerialport = new Serialport('/dev/cu.usbserial-ENXXXXXX');

// configure the fivetwelve-output for both universes:
const output = fivetwelve(new EnttecUsbProMk2Driver(usbproSerialport), 2);

For more information see the fivetwelve main-documentation.

Compatibility

It is difficult to get our hands on different dmx-interfaces to test for compatibility, but as the binary protocol implemented by tge enttec usbpro has been used by other vendors as well, this module could be compatible (or could be made compatible easily).

Contributing

PRs welcome! Please feel free to open an issue if you have any questions, problems or even if you just want to chat about this.

Keywords

FAQs

Package last updated on 15 Mar 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc