Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 8037

Beginners • Re: Best model for serial tty and ssh session?

$
0
0
Im not sure does the built in UART have hardware flow control? If not I suspect I'll have to use the GPIO pins...
the PL011 uart has hardware flow control support
https://pinout.xyz/pinout/uart

omly shows spi having rts and cts which I understand as hw flow control
The UART pins are as follows:
GPIO 14 TXD0/TXD1
GPI0 15 RXD0/RXD1
GPIO 16 CTS0/CTS1
GPIO 17 RTS0/RTS1

I used the pinctrl command to see the available pin functions for those pins (on my Pi Zero W)

Code:

rpdom@raspi14:~ $ pinctrl funcs 14-1714, GPIO14, TXD0, SD6, DPI_D10, AVEOUT_VID10, AVEIN_VID10, TXD115, GPIO15, RXD0, SD7, DPI_D11, AVEOUT_VID11, AVEIN_VID11, RXD116, GPIO16, FL0, SD8, DPI_D12, CTS0, SPI1_CE2_N, CTS117, GPIO17, FL1, SD9, DPI_D13, RTS0, SPI1_CE1_N, RTS1

Statistics: Posted by rpdom — Thu Jun 19, 2025 9:39 am



Viewing all articles
Browse latest Browse all 8037

Trending Articles