-
Hi,
since some months Digitalstrom has released the ModbusRTU App for Digitalstrom.
I am using the SDM630-Modbus V2 of Eastron
I am unfortunately not that familiar with python and Json. Perhaps …
-
Very good project!
Ideas to do:
Save/restore current color palette & effect in EEPROM
Now it works with web power button only. Need restore memory on start ESP8266.
Add ModbusRTU cotrol (WLED …
-
Hello,
when i create multiple device's as ModbusRTU and want to use the same serial port, it does not work.
That make sense as it try's to open a new connection to the serial port.
But i habe a…
-
My project is about to control heat recovery ventilation unit in house. I am able to read some input registers now (ADU, CRC, send, receive on serial monitor is correct). I am trying to use class `CSE…
-
Hi!
I'm testing the following code as a link between https://sourceforge.net/projects/qmodmaster/ and https://pypi.org/project/pyModSlave/. As hardware, I'm using a NodeMCU 1.0 and a USB/TTL conver…
-
**Describe the bug**
When you restart CerbroGX or your VenusOS for whatever reason the adapter hammers out failed connection attempts every millisecond so that the iobroker admin process disables i…
-
Compiling the example codes for AVR boards fails with the following error.
```
"C:\\Users\\vishn\\AppData\\Local\\Temp\\arduino\\sketches\\CFD1AAB4CF203E2EAE69AAF90A217759\\libraries\\CSE_ArduinoR…
-
**What happened**:
I tried to use the EdgeX project to complete the integration of real sensor devices based on the ModbusRTU protocol. I completed the deployment of EdgeX using Openyurt' Deploym…
-
Thank you for this wonderful library. I am trying to implement Modbus communication between ESP32 and ESP8266 modules. My current configuration is
ESP8266 MAX485 …
-
The PLC is master in Modbus RTU. It sends requests. For example: 01 05 00 0D FF 00 1D F9 (writing the 13th register to the "on"/true position). How do I see this request in c#?