Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mraa_uart_set_flowcontrol(): rogue XOFF byte #1094

Open
ric96 opened this issue Sep 3, 2022 · 0 comments
Open

mraa_uart_set_flowcontrol(): rogue XOFF byte #1094

ric96 opened this issue Sep 3, 2022 · 0 comments

Comments

@ric96
Copy link

ric96 commented Sep 3, 2022

HI,
I am trying to setup uart on a DragonBoard410c, and I've set flow-control to off. but as soon as I call mraa_uart_set_flowcontrol() it sends a XOFF byte on the tx line.

unsigned int ctsrts = 0, xonxoff = 0;
status = mraa_uart_set_flowcontrol(uart, xonxoff, ctsrts);
    if (status != MRAA_SUCCESS) {
        goto err_exit;
    }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant