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 17ea99e commit 84a8219Copy full SHA for 84a8219
pymodbus/framer/rtu_framer.py
@@ -330,10 +330,9 @@ def getRawFrame(self): # pylint: disable=invalid-name
330
331
def get_expected_response_length(self, data):
332
"""Get the expected response length if available in data.
333
-
+
334
:param data: Message data read so far
335
:raises IndexError: If not enough data to read byte count
336
- :raises NotImplementedException: If not supported by function code
337
:return: Total frame size
338
"""
339
func_code = int(data[1])
0 commit comments