You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
}
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: