SignalK / vedirect-serial-usb

18 stars 14 forks source link

Failed to start: Delimiter is not a constructor #49

Closed blacktoli closed 1 year ago

blacktoli commented 1 year ago

Have anyone the same issue?

Thanks

mgrouch commented 1 year ago

Here is similar issue and how it was fixed

https://github.com/serialport/node-serialport/discussions/2434

tkurki commented 1 year ago

My guess is that this relates to the server upgrading to serialport 11 and this plugin uses serialport 9. The proper fix is to uograde to 11 also here.

https://github.com/SignalK/signalk-server/pull/1565

tkurki commented 1 year ago

https://github.com/SignalK/vedirect-serial-usb/pull/50

joabakk commented 1 year ago

Users reported this was fixed with changes in #50