-
So I'm using the RDMSerialRecv example (Link: https://github.com/mathertel/DmxSerial2/tree/master/examples/RDMSerialRecv) and it's not working. I am using the Chamsys Magicq software connected to a DM…
-
Hi,
I'm using Onyx (http://forum.obsidiancontrol.com/t/introducing-onyx/4921) to control hardware Artnet node like Enttec ODE and Elation Enode 8 Pro without any issues. I want to use it to control…
ElbyB updated
2 years ago
-
Hello!
I have the issue that it seems that sometimes my `universe.updateAll()` calls are getting swallowed / don't reach the lights.
I would love to catch that. Is it actually possible to read o…
-
I have this old C++ Code which I am trying bring over to JS:
```
while (!Terminated) {
FT_W32_SetCommBreak(ftHandle);
FT_W32_ClearCommBreak(ftHandle);
FT_W32_WriteFile(ftHa…
-
Installed but
Can't open device.
I need more info & documentation, how to configure channels, speed, fixtures, constant values for certain channels and fixtures, etc...
I need more documentation a…
-
We currently only support DMX out from the FTDI based interfaces. It would be nice to also support DMX in.
Example code from Enttec here (unclear about licensing, although frontpage says GPLv2):
h…
-
I'm trying to figure out how to move this into node-red and I need to figure out how I can close the serial port when node-red reloads. I'm down to, in the driver (this case is enttec-open-usb-dmx):
…
-
Hello,
I'm using the library as a DMX receiver from an ENTTEC USB PRO.
It kind of works, but I get random values time to time, even when the values I'm sending stay stable without modification.
T…
-
Hi Claude,
I'm trying to get some DMX input working, but with no success. I have Arduino 1.8.13 and ESP32 1.0.5.
I have tried downloading the ESP32 core both via the boards manager and cloning f…
-
```
I just want to try out making a hello world application in Java for the
Enttec DMX dongle but can't find the download for simple-dmx! I'm probably
being stupid but please could someone point me to…