-
Notifications
You must be signed in to change notification settings - Fork 2
DMXServer
Rubin Raithel edited this page Oct 5, 2019
·
1 revision
The DMXServer, written in C#, enables you to controll the OPEN DMX USB from Enttec. It uses the C# class provided on their website and can be controlled by any programming language that can connect to its named pipe.
Usage: DMXServer [OPTIONS]
DMXServer is the part of PODU that interfaces with the OPEN DMX USB.
Options:
-h Show this screen.
-n Name of named pipe (must be same as used by DMXClient).
-v Show verbose output.
-s Wait for another connection after a DMXClient disconnects.
At the moment the DMXServer only supports the 'DMX' command, it has to be written to the named pipe as follows:
"DMX channel1 value1 channel2 value2 channel3 value3"
The command supports up to 513 channels