git clone git@github.com:node-dmx/dmx-web.git
npm install
- Identify serial port
- Open the Device Manager by pressing the Windows Key + R. Type
devmgmt.msc
and press Enter. - Expand the Ports (COM & LPT) section.
- Should be arround
COM5
orCOM6
- Replace in your configuration file the device address for
serial communication
:
"output": {
"driver": "enttec-usb-dmx-pro",
"device": "COM5"
}
-
run
node dmx-web.js -c dmx-web.json
-
Go to : http://localhost:8080/ to check that everything runs.