view dmx_usb_module/pyout @ 1811:341e03b9b10a

demo device setup Ignore-this: ebff811dcd0096be22c723ed333bb514
author drewp@bigasterisk.com
date Fri, 08 Jun 2018 10:44:50 +0000
parents 2b2ad8e7cb9f
children
line wrap: on
line source


from dmx import Dmx

d = Dmx(port="/dev/dmx1")
while 1:
    d.write("\x00" * 100)
    print "wrote"