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 b63e96f commit 07f3eb3Copy full SHA for 07f3eb3
pymodbus/repl/client.py
@@ -306,7 +306,7 @@ def report_slave_id(self, **kwargs):
306
if not resp.isError():
307
return {
308
'function_code': resp.function_code,
309
- 'identifier': resp.identifier,
+ 'identifier': resp.identifier.decode('cp1252'),
310
'status': resp.status,
311
'byte count': resp.byte_count
312
}
0 commit comments