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
Actually I'm trying to communicate with Power meter and NodeMCU, Initially, communication was established when I Add the little delay on before checking Serial Line No 711.
That Elmeasure Electrical Power Meter output is uint8 type, so unable to combine the register value as a word.
_u16ResponseBuffer[i] = word(u8ModbusADU[2 * i + 3], u8ModbusADU[2 * i + 4]) ( Line NO : 848 ); this line unable to perform once connection established. so How I changed this line for Uint8 format...?
ModbusMaster version
2.0.1
Arduino IDE version
1.8.13
Arduino Hardware
NodeMCU ESP8266
Scenario:
Actually I'm trying to communicate with Power meter and NodeMCU, Initially, communication was established when I Add the little delay on before checking Serial Line No 711.
That Elmeasure Electrical Power Meter output is uint8 type, so unable to combine the register value as a word.
_u16ResponseBuffer[i] = word(u8ModbusADU[2 * i + 3], u8ModbusADU[2 * i + 4]) ( Line NO : 848 ); this line unable to perform once connection established. so How I changed this line for Uint8 format...?
Steps to Reproduce:
Expected Result:
Actual Result:
kindly anybody help me with this, please.
this is my mail id [email protected]
The text was updated successfully, but these errors were encountered: