Giter VIP home page Giter VIP logo

dmx's People

Contributors

bitbyt3r avatar dylwhich avatar nikitin-t avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

dmx's Issues

Better OS detection

I found that os detection does not work for Mac OS.

Please use:


import platform

if platform.system() == "Linux":
    import fcntl

def sender(self):
    while True:
        if not(self.enabled):
            continue
        if platform.system() == "Linux":
            fcntl.ioctl(self.desc, 0x5427) # Yeah, it's magic. Start Break (TIOCSBRK)
            time.sleep(0.0001)
            fcntl.ioctl(self.desc, 0x5428) # Yeah, it's magic. End Break (TIOCCBRK)
        else:
            self.ser.send_break(0.0001)

https://docs.python.org/3.8/library/platform.html

I tried to use a pull request, but it was to cumbersome.

Thanks for the code, it works for me, but with changes merged to master for OS detection, it easier to use.
I am a mac and linux user :)

Chears Peter

Light not working when running on raspberry pi

I got one of those cheap modules, and tried to connect it to a raspberry pi 3b. I see the light on the board flashing, but the dmx light isnt responding. The light just blinks with the display, as if there isnt any valid dmx signal coming in.

To check if the dmx module worked, I tried the kmtronic.com DMX Tester on Windows 10, and it worked fine.

Heading back to the raspberry pi, and I again can't get it to work. Using the test.py file to test.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.