Skip to content

ModbusRTUClient.requestFrom can lead to bus collisions  #27

Open
@cheetor5923

Description

@cheetor5923

Not exactly sure if this qualifies. I have a loop that steps through reading a bunch of inputs.
The first run through works perfectly I do one requestFrom() and then process the resulting data
then the loop pops onto it's next iteration and tries to take over the RS-485 bus while the server is still in TX mode, corrupting the first few bits of the request... the library doesn't generate the necessary 3.5 character wait time.

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: imperfectionPerceived defect in any part of project

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions