view dmx_usb_module/pyout @ 2028:feb9a47980bb

chmod a+x bin/*
author drewp@bigasterisk.com
date Tue, 05 Apr 2022 23:15:01 -0700
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"