Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to read a Modbus register from Elmeasure Meter using Arduino NodeMCU uint16_t _u16ResponseBuffer issue #147

Open
pitchaimuthufb opened this issue Aug 28, 2020 · 0 comments

Comments

@pitchaimuthufb
Copy link

ModbusMaster version

2.0.1

Arduino IDE version

1.8.13

Arduino Hardware

NodeMCU ESP8266

Scenario:

  1. 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.

  2. That Elmeasure Electrical Power Meter output is uint8 type, so unable to combine the register value as a word.

  3. _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.

3
1
2

this is my mail id [email protected]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant