view dmx_usb_module/pyout @ 1782:e6eb97a87117

fix 'clear all' in live Ignore-this: cae71ca982f3f136a57f6399480ffcb2
author Drew Perttula <drewp@bigasterisk.com>
date Tue, 05 Jun 2018 06:06:51 +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"