node-dmx / dmx

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

upgrade serialport package to version 9.x #121

Open philippgerbig opened 3 years ago

philippgerbig commented 3 years ago

I upgraded serialport to 9.x to make this package work with lts version of node (14.x). The used api calls of serialport seem to work fine as well with the new version.

I tested the driver enttec-usb-dmx-pro successfully with an enttec pro device.

mikeyrayvon commented 2 years ago

@philippgerbig Thanks for submitting this update! I've been struggling to get this great dmx package to play well with my electron+react project, and i'm confident this will do it.

@maintainers Any word on merger? Seems like build error was just a package-lock inconsistency.

hrueger commented 2 years ago

@mikeyrayvon If you want, you can try out dmx-ts which is a TypeScript Rewrite of dmx. We have serialport@9 there.