yaacov / node-modbus-serial

A pure JavaScript implemetation of MODBUS-RTU (and TCP) for NodeJS
ISC License
620 stars 238 forks source link

Are there known issues with node.js v10 #365

Open wmmihaa opened 3 years ago

wmmihaa commented 3 years ago

We are using the modbus-serial library on several gateways (serialport connection), but for some reason we got stuck on this one gateways and the only thing different is that it's using node.js 10.15.

I know there was a disturbance in the force related to serialport and node version 10-12, but I haven't yet noticing it.

Thank you for all your work!

yaacov commented 3 years ago

Hi, thank you for the issue,

I don't think this is the node version you are looking for. I added a help wanted label hoping someone may know something and can help.

p.s. we don't have tests for the seialport integration, help here will also be nice :-)