Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pymodbus/other_message.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ class GetCommEventLogResponse(ModbusResponse):
field defines the total length of the data in these four field
'''
function_code = 0x0c
_rtu_byte_count_pos = 3
_rtu_byte_count_pos = 2

def __init__(self, **kwargs):
''' Initializes a new instance
Expand Down