view dmx_usb_module/pyout @ 1525:1849713b0d73

light9-simulation element work Ignore-this: 15f32ba7e7eea283da47fe4c15c93e0
author Drew Perttula <drewp@bigasterisk.com>
date Sun, 30 Apr 2017 06:36:28 +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"