Jacob Allen
Jacob Allen
So it's important to note that you can't simply send a value to a single slot (assuming that you mean a single data slot by a single channel). The addresses...
Hi there, beginner questions are usually the most enlightening as to what's missing, at least for documentation, so no problem! Anyway, on to your question. There are two ways for...
If you take a look at the error you can see, following the traceback back, the line `with DMXInterface("AVRDMX") as interface:` gets mentioned. AVRDMX is a different driver that you...
If you take a look at the README for the FTDI driver (or take a look at t[he page on PyPI](https://pypi.org/project/PyDMX-Drivers-FTDI/)) you'll see it lists the names of drivers which...
You're right, looks like there's some clean-up I can do. And adding a mechanism for reduced slot count should be doable, and is still within the DMX spec (with certain...
Hey there, can you try out the changes on branch `feature/partial_serialise`? The changes should allow you to use `universe.serialise(partial=True)` to get a truncated serialisation e.g. automatically treating the max address...
This enhancement has now been merged, closing this issue. Feel free to reopen if it has not resolved the problem.