-
Is there a way to turn off the debug data that is dumped to the USB serial port on every request?
Also wanted to let you know this project is absolutely awesome along with the documentation over at…
-
The modbus-serial library supports ModbusTCP as wel as MosbusRTU. Currently, modbus2mqtt only exposes the ModbusRTU connection method (start.js hard coded only uses the connectRTUBuffered() method).
…
-
Hi!
I have an energy meter with Modbus support, and I need help reading its data using modbus-serial.
In the manual there is following example:
Request code "01 04 00 00 00 02 71 CB"
01 - a…
-
Please add to documentation format Huawei.default.py file
(which values are required for program)
end more info about values in config file.
I have 1 Solis inverter conncted via modbusrtu and 1 ABB…
-
Hi! Are you planning to add modbus RTU over TCP feature? For example, instead of using Modbus TCP packet, deploy Modbus RTU over TCP packet. It's very comfortable thing for getting info via virtual CO…
-
I'm having issues implementing async `getMultipleInputRegisters` and `getMultipleHoldingRegisters`. See code below.
```
import { ServerTCP } from 'modbus-serial';
const vector = {
getMulti…
-
Using the TCP Master code on a Fieldbus Accelerator with a Koyo Click, the following code throws a parsing error when processing the second request.
```
#require "ModbusRTU.class.nut:1.0.0"
#requ…
-
Hi,
When I try to read a value of a modbus TCP/IP device directly connected to it with a ethernet cable with the following code i receive the values correctly:
```
// create an empty modbus cli…
-
Hi. I tried the code as it is mentioned in the example:
// create an empty modbus client
const ModbusRTU = require("modbus-serial");
const client = new ModbusRTU();
// open connection to a tcp…
-
Hello, is it compatible with the NodeMCU board (ESP8266 module)?