Liviu-Ionel-Anton

Results 1 comments of Liviu-Ionel-Anton

Hi! I'm using node.js v18.17.1 and typescript for the project. I have something like this: ``` import ModbusRTU from "modbus-serial"; tcpPortOptions = { ip: "127.0.0.1", port: 502, timeout: 500 };...