Skip to content

no RtuFramer for serial synchronus server #70

@Loris1123

Description

@Loris1123

It seems like you cannot use an RtuFramer for a synchronus serial server.

pymodbus.server.async.StartSerialServer(context, identity=None,
    framer=ModbusAsciiFramer, **kwargs):

uses a framer as parameter, ModbusAscii as default.

pymodbus.server.sync.StartSerialServer(context=None, identity=None, **kwargs):
    framer = ModbusAsciiFramer

This one uses only the AsciiFramer. No possibility to use RtuFramer

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions