view dmx_usb_module/pyout @ 1347:5c54a1f94050

browser SyncedGraph client connects and receives patches Ignore-this: 7927b3d0605e34067ab2394a7a5ad385
author Drew Perttula <drewp@bigasterisk.com>
date Sun, 05 Jun 2016 02:25:31 +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"