Giter Site home page Giter Site logo

soundweb's Introduction

soundweb

A Node library to interface with Soundweb devices via the RS232 serial port

It currently requires ser2net (or similar) to make the serial port data available via TCP.

The library has been tested on a BSS 3088 device, interfacing with a CentOS linux box.

ser2net setup

For the machine's first serial port, add the following line to ser2net (to listen on port 2000):

2000:telnet:0:/dev/ttyS0:38400

Usage

The controls must be copied to the 'serial' window in Soundweb Designer in order for their data to be output.

var swclient = soundweb.createClient({host:'localhost', port:2000});

swclient.on('SET_VALUE', function(data) {
  console.log(data); // {group: 'SW_AMX_LEVEL', id: 1, value: 124}
});

swclient.SET_VALUE('SW_AMX_SOURCE', 6, 2);

Methods

SET_VALUE(group, id, value)

Sends SET_VALUE command. group is a string, id and value are integers.

RAW_MSG(handle, method, value)

Sends RAW_MSG command.

Events

SET_VALUE

Returns decoded data

RAW_MSG

Returns RAW_MSG message body in Buffer object

data

Returns undecoded message in Buffer object

connect

A TCP connection has been established to the remote host

disconnect

The TCP connection has been closed at the remote end

error

A TCP error has occurred. Error object is passed from net.Socket

soundweb's People

Stargazers

Tormod Vold Mikkelsen avatar Michael Anthony avatar

Watchers

Andy Knight avatar Michael Anthony avatar

Forkers

eq4

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.