Skip to content

light only works with loop #3

Description

@djs4000

Hello,
I am both new to python, DMX and serial communication, so i hope you will bear with me.
I am trying to control a simple LED parcan light, it has 4 channels (1 master dimmer and 3 for RGB). This is the first library that has actually worked with my USB to DMX cable so thank you for writing this script. After some testing, I found that the light stays on only while I am sending a signal.
so
dmx.set_data(1,255) doesn't work, but
while True: dmx.set_data(1,255)
Does work.
Is this intended? is it perhaps an issue with the light I have? As a total newb i would forever be in your debt if you were to point me in the right direction.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions