Empty answer
#1903
Replies: 3 comments
-
read_holding_register do not return bits but registers. |
Beta Was this translation helpful? Give feedback.
0 replies
-
read_coils return bits. It´s all in the documentation. |
Beta Was this translation helpful? Give feedback.
0 replies
-
btw your call to decoder is not really needed for neither coils nor registers, unless you want to do some special things. The library automatically convert a register to your CPU specification. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'am trying to read some registers from a slave. But the response seems to be empty without any error.
Here is the code:
And this is the debugging output:
Could someone tell me, what am i doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions