Skip to content

customized Modbus protocol implementation. #521

@abdulmannanrauf

Description

@abdulmannanrauf

I need to implement a customized Modbus protocol implementation with pymodbus.
The message structure to read the hold register data is:

address (1byte) + func code (1byte) + Serial No:(10 bytes) + start reg: address (2 bytes) +length ( 2bytes)+ checksum

00                      03                          31 32 31 34 33 32 34 33 35 33              00 00                                17 00                6E 25

There is an addiiton of 10 byte serial no after function code.
Can we implement such modified modbus protocol using pymodbus.
If not whats the recommendation

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions