node-dmx / dmx

DMX controller library for node.js
MIT License
297 stars 96 forks source link

[Question] Compatibility of Enttec DMX USB Pro MK2 Interface #102

Closed hrueger closed 4 years ago

hrueger commented 4 years ago

Does anybody know if the Enttec DMX USB Pro MK2 Interface has the same chip as the older Enttec USB DMX Pro model? Is it compatible with this library?

wiedi commented 4 years ago

Had a quick look at the example code provided by Enttec and most of the constants look the same. So while I have not tested it myself I'd expect it to either work out of the box or at least be easy to add support for it if it doesn't.

hrueger commented 4 years ago

Thanks!

hrueger commented 4 years ago

I just tried it out, it works perfectly.