view dmx_usb_module/pyout @ 1823:3f606666105b

fix dummy mode on collector Ignore-this: 4bdc03eec9832f0879f4e92b01b56ecf
author drewp@bigasterisk.com
date Sat, 09 Jun 2018 01:20:49 +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"