I really like the api for this package and would much prefer it to the node-dmx package, but I have run into a lot of issues while trying to get it working. These issues include
- no default exports (for es6 modules) in this package or the
fivetwelve-driver-usbpro package, making it impossible to import fivetwelve from 'fivetwelve'
- incompatibility with
serialport v5.0.0 and later (serialport made a small change in their api so this no longer works)
- The
fivetwelve-driver-usbpro package is actually incompatible with the fivetwelve package (fivetwelve does not send a second parameter in the send function, but fivetwelve-driver-usbpro requires that second parameter)
It seems like this package is no longer being supported (last commit was 2 years ago). I am wondering if there are any plans to continue working on this project? Like I said, I love the api for this project compared to that of the node-dmx package, but this seems almost unusable.
I would love to hear back from any maintainers of this project on future plans!