We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cfbde5 commit 7334db8Copy full SHA for 7334db8
pymodbus/framer/rtu_framer.py
@@ -113,9 +113,9 @@ def resetFrame(self):
113
end of the message (python just doesn't have the resolution to
114
check for millisecond delays).
115
"""
116
- x = self._buffer
+ # x = self._buffer
117
super().resetFrame()
118
- self._buffer = x
+ # self._buffer = x
119
120
def isFrameReady(self):
121
"""Check if we should continue decode logic.
0 commit comments