view dmx_usb_module/pyout @ 1967:38c1e8c18215

rdfdb 0.20.0 Ignore-this: be378ce908baa1fcb0f8bfd9ea400114
author drewp@bigasterisk.com
date Sat, 08 Jun 2019 00:52:08 +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"