You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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, butwhile 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.
The text was updated successfully, but these errors were encountered: