No response received, expected at least 8 bytes (0 received) #2413
JimmyTang999
started this conversation in
General
Replies: 2 comments 11 replies
-
Please add a debug log, as the issue template showed you how to do, so we can see what happens. We do not follow stack overflow, and apart from that the library was very different 2 years ago. The typical problem in this case, is that your device do not respond. A modbus socket packet is at least 8 bytes, but we received 0 within the timeout period. Are you sure slave=1 is correct for your device ? |
Beta Was this translation helpful? Give feedback.
11 replies
-
The picture shows RTU over tcp/ip but your code uses socket, so maybe that is the problem, Please refer to our documentation. |
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
-
This is very similar to a post from stack overflow that was never answered like 2 years ago
its working with radzio
just not with python- pymodbus==3.7.4
Beta Was this translation helpful? Give feedback.
All reactions