view dmx_usb_module/pyout @ 1524:a30a73c12554

more code and testing in solve & sim Ignore-this: cb72fb96cf4a46fa86ccf641c4703fdb
author Drew Perttula <drewp@bigasterisk.com>
date Thu, 20 Apr 2017 07:18:00 +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"