view dmx_usb_module/pyout @ 1553:48609cc508e8

capture- first wait time can be longer Ignore-this: d8ef35cd51dd1cc60b217b6f99c0935a
author Drew Perttula <drewp@bigasterisk.com>
date Mon, 22 May 2017 06:42:00 +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"