view dmx_usb_module/pyout @ 1991:b5dc4f1c4a83

more compact device boxes on live page Ignore-this: eeb323899eb939e571d40a0d719da2ae
author Drew Perttula <drewp@bigasterisk.com>
date Sun, 09 Jun 2019 07:27:44 +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"