-
Currently there is no attribute that includes the source address/device, I'm finding that it requires adding a dynamic field after each modbus block to "name" the signal so that i can tell one from an…
-
Master send "03 03 00 00 00 06 C4 2A" to my "js slaver" per 500ms .
But which method should I use to response the master?
I know i should response the data from "0000" , length = 6 which resp…
-
We have some Sena PS110 units that we use to speak RS485 over Ethernet to some devices that can't natively do Modbus RTU or TCP.
There are a few [sources](http://www.simplymodbus.ca/TCP.htm) that dis…
-
Thanks for your Nodes, using them to read data from a RS485 power meter.
I have two issues;
1. The address is off by one. This is a common challenge with ModbusRTU and not a major problem to work a…
-
-
I don't need `ModbusRTU` and I don't install `serialport` from `devDependencies`. When I include `modbus-serial` by `require('modbus-serial')` then my code failed with error `Cannot find module 'seria…
abc-z updated
7 years ago
-
### Bug Report or Feature Request (mark with an `x`)
```
- [x] bug report -> please search issues before submitting
- [ ] feature request
```
### The log given by the failure.
Apr 27 18:39:3…
-
Is it possible to enhance this package with slave/server, please?
http://www.rtaautomation.com/technologies/modbus-tcpip/
-
Ascii is working completely fine but RTU is not working .
When I tried to communicate with two different device in one im getting CRC error & in other im getting values but that also not true.
![1]…
-
The intention of calling self._connect() in _before_retry is to actually reconnect to the serial port but after looking at the minimalmodbus library it looks like this doesn't really do anything. The …