Does Pyboard D support UART flow control?

C programming, build, interpreter/VM.
Target audience: MicroPython Developers.
Post Reply
hlovatt
Posts: 68
Joined: Thu Aug 15, 2019 3:52 am
Location: Sydney

Does Pyboard D support UART flow control?

Post by hlovatt » Fri Jul 03, 2020 5:50 am

Hi,

Does Pyboard D support UART flow control?, It doesn't say anything in the documentation!

Cheers,

Howard.

User avatar
pythoncoder
Posts: 5956
Joined: Fri Jul 18, 2014 8:01 am
Location: UK
Contact:

Re: Does Pyboard D support UART flow control?

Post by pythoncoder » Sun Jul 05, 2020 7:54 am

Those PR's seem to be about ESP32 (your own PR changes only docs and ports/esp32/machine_uart.c).

The query is about the Pyboard D.

While I haven't tested this, I'd be very surprised if the Pyboard D didn't support it exactly as per the Pyboard 1.x. Support is via the pyb module which is shared by both. RTS/CTS flow control definitely works on Pyboard 1.x.
Peter Hinch
Index to my micropython libraries.

User avatar
Roberthh
Posts: 3667
Joined: Sat May 09, 2015 4:13 pm
Location: Rhineland, Europe

Re: Does Pyboard D support UART flow control?

Post by Roberthh » Sun Jul 05, 2020 8:01 am

You're right. Sometimes reading every word helps.

Post Reply