Skip to content

Bug in SoloPy UART module #21

Description

@FayezMohtaseb

The time delay after command write is set to 0.1 seconds which is way too long and limits the frequency of commands to a maximum of 10 Hz.

The time required to send a full 10-byte packet at the slower 115,200 baud is less than 0.87 milliseconds, so I don't think 100 milliseconds are needed to ensure communication stability. Somthing like 5 milliseconds is more than enough.

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