view dmx_usb_module/pyout @ 1577:e8161fdda8ad

paint shows deviceattrs from graph Ignore-this: bf4b4b7c1f51af0a4f6b64f4800c1d3c
author Drew Perttula <drewp@bigasterisk.com>
date Mon, 29 May 2017 20:48:22 +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"