view dmx_usb_module/pyout @ 998:08814a44ae4e

emergency fix to playlist, which was getting other non-song junk because of some bnode corruption problem Ignore-this: c3608bd16c6d5a539e6c96bf737a24ef
author drewp@bigasterisk.com
date Sun, 16 Jun 2013 20:12:46 +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"