Skip to content

SBus-Output: potential misconfiguration #11430

@wimalopaan

Description

@wimalopaan

Setting a UART to SBUS-output via GUI or CLI is useless until setting serial_protocol = SBUS oder SBUS_PWM.

Refer to #11429

Assuming that two UARTs can both output SBUS at the same time, lead me todo something like teh following:

serial 0 4194304 0 0 0 0
serial 1 4194304 0 0 0 0

This is also reported back as valid, so it should work one would think:

serial

serial 20 1 115200 115200 0 115200
serial 0 4194304 0 0 0 0
serial 1 4194304 0 0 0 0
serial 2 0 115200 115200 0 115200
serial 3 0 115200 115200 0 115200
serial 4 64 115200 115200 0 115200
serial 5 0 115200 115200 0 115200

But unfortunately only UART1 (serial 0) is configured to SBus (the code searches in ascending order an stops on first match).

I think at least the CLI serial should report the correct configuration in effective use.

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