You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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 includefivetwelve-driver-usbpro
package, making it impossible toimport fivetwelve from 'fivetwelve'
serialport
v5.0.0 and later (serialport made a small change in their api so this no longer works)fivetwelve-driver-usbpro
package is actually incompatible with thefivetwelve
package (fivetwelve
does not send a second parameter in thesend
function, butfivetwelve-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!
The text was updated successfully, but these errors were encountered: