We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Curious, Is the lack of CTS/RTS a result of pico limitations or PIO?
The text was updated successfully, but these errors were encountered:
If you look at the code, it actually contains uart_set_hw_flow(ui->inst, false, false); which explicitly disables RTS/CTS hardware flow control. See the pico-sdk documentation at https://www.raspberrypi.com/documentation/pico-sdk/hardware.html#ga54a9e298ebec96510e324bbab01247c7
uart_set_hw_flow(ui->inst, false, false);
So there's no limitation aside from software, AFAICT
Sorry, something went wrong.
See also #6 which actually adds hardware flow control
No branches or pull requests
Curious, Is the lack of CTS/RTS a result of pico limitations or PIO?
The text was updated successfully, but these errors were encountered: