Reading input registers in a loop [serial] #2508
-
Hi, I have a small script that reads input registers (sensor data) in a loop. pymodbus: 3.8.0 (and also current dev) The configured read timeout always elapses between two read operations:
It looks to me as if the I have set the state to
I have seen that there is work being done in that area. Hence the question: Is this a known problem, or am I doing something wrong? Where should the state be set correctly? Thanks in advance, Patrick |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
hmmm this looks like a serious bug, I wonder why our test harness did not catch it....I will investigate. |
Beta Was this translation helpful? Give feedback.
-
Bug confirmed (still do not understand how it passed the test harness). It is actually working, but very slow (because it's sleeping a lot)....so it is a serious bug, which we will fix fast, and then release as v3.8.1. |
Beta Was this translation helpful? Give feedback.
Fix is available on dev, please test and confirm that it works.
#2510