Skip to content

busio.UART does not handle CTS pin without RTS pin #11157

Description

@rottaran

} else if (have_rts) {
uart_config.flow_ctrl = UART_HW_FLOWCTRL_RTS;
} else if (have_rts) {
uart_config.flow_ctrl = UART_HW_FLOWCTRL_CTS;

there is a typo in the second if-statement. It should be have_cts

Metadata

Metadata

Assignees

No one assigned

    Labels

    busioespressifapplies to multiple Espressif chips

    Type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions