view dmx_usb_module/pyout @ 1741:17f56584e253

fix types so graph writing works again. Ignore-this: 8691cc024983e1d581d1a16202c92870
author Drew Perttula <drewp@bigasterisk.com>
date Sat, 19 May 2018 07:25:01 +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"