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
Hi I want check, does we have any plan using Typescript to refactor this repo?
There are indeed good people who help declare types, but in many cases they cannot be correctly recognized and quoted.
And especially one thing that is more difficult for me to understand is that
We have ModbusRTU Slave function, but it cannot be easily referenced like TCP Server
in document
constModbusRTU=require("modbus-serial");
but the example is mean ModbusTCP Server not ModbusRTU Slave
Hi I want check, does we have any plan using Typescript to refactor this repo?
There are indeed good people who help declare types, but in many cases they cannot be correctly recognized and quoted.
And especially one thing that is more difficult for me to understand is that
We have ModbusRTU Slave function, but it cannot be easily referenced like TCP Server
in document
but the example is mean ModbusTCP Server not ModbusRTU Slave
and module default export is ModbusTCP Server
if you want use modbusRTU Slave
I'm going to try to find some time to plan refactor this project using typescript
Or does anyone want to do this?
The text was updated successfully, but these errors were encountered: