view dmx_usb_module/pyout @ 1706:e30493d458f9

more npm setup. n3 upgraded but code is not, yet Ignore-this: f2c1fdfef218cedc322e03d3784d1123
author drewp@bigasterisk.com
date Mon, 30 Apr 2018 06:37:19 +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"