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
First of all, I must thank you for this great library. I already used this on other personal projects with no sweat.
On this particular one, I'm trying to read data from a energy meter Schneider EasyLogic DM6200 using a TTGO T-Beam V1.0 (ESP32 core). As a transceiver, I'm using HW-726, which converts RS485 to TTL 3.3V.
The settings on the energy meter are:
Protocol: Modbus RTU
Data bits: 8
Baud rate: 9600
Parity: Even
Device Address: 1
Stop Bit: 1
On the other hand, the code that I'm using on the T-Beam side is:
However, I'm getting constant 0xE4 request results, with empty variable.
Any suggestions overcome these constants timeouts? Maybe change the timeout time in MODBUSIP_TIMEOUT 1000 as suggested in #114 ?
Thank you in advance.
The text was updated successfully, but these errors were encountered:
Hello, @emelianov !
First of all, I must thank you for this great library. I already used this on other personal projects with no sweat.
On this particular one, I'm trying to read data from a energy meter Schneider EasyLogic DM6200 using a TTGO T-Beam V1.0 (ESP32 core). As a transceiver, I'm using HW-726, which converts RS485 to TTL 3.3V.
The settings on the energy meter are:
On the other hand, the code that I'm using on the T-Beam side is:
The code is an adaptation of #110 solution.
However, I'm getting constant 0xE4 request results, with empty variable.
Any suggestions overcome these constants timeouts? Maybe change the timeout time in
MODBUSIP_TIMEOUT 1000
as suggested in #114 ?Thank you in advance.
The text was updated successfully, but these errors were encountered: