Skip to content

Advanced Master Example bug #76

Description

@vermeerpaul

Line: if (u8query > 2) u8query = 0;
Should be: if (u8query >= 2) u8query = 0;

This prevents an uninitialized telegram to be sent on the modbus as a third (0,1,2) message.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions