view dmx_usb_module/pyout @ 1551:60cc3a504377

more settings.py coverage. Zeros are now dropped from Settings lists. Ignore-this: cc61e2f12ad9b41daa126ccfb58b4f09
author Drew Perttula <drewp@bigasterisk.com>
date Mon, 22 May 2017 04:37: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"