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

Hardware flow control #19

Open
wdevore opened this issue Aug 15, 2023 · 2 comments
Open

Hardware flow control #19

wdevore opened this issue Aug 15, 2023 · 2 comments

Comments

@wdevore
Copy link

wdevore commented Aug 15, 2023

Curious, Is the lack of CTS/RTS a result of pico limitations or PIO?

@laf0rge
Copy link

laf0rge commented Nov 29, 2023

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

So there's no limitation aside from software, AFAICT

@laf0rge
Copy link

laf0rge commented Nov 29, 2023

See also #6 which actually adds hardware flow control

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

2 participants