79430928

Date: 2025-02-11 18:02:09
Score: 0.5
Natty:
Report link

pymodbus doesn't have a method for communicating with these function codes. (are they manufacturer specific?)

You can implement your own messages by inheriting ModbusPDU, see examples/custom_msg.py in the pymodbus codebase.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
Posted by: idanp