Pi4J / pi4j-v1

DEPRECATED Java I/O library for Raspberry Pi (GPIO, I2C, SPI, UART)
http://www.pi4j.com
Apache License 2.0
1.31k stars 448 forks source link

[Question] serial control signals physical pins #548

Open bennymeg opened 2 years ago

bennymeg commented 2 years ago

Regarding serial control signals:

FDelporte commented 2 years ago

I guess you should use default pins for serial: UART pins in BCM mode are: 14, 15

https://pinout.xyz/pinout/uart#

bennymeg commented 2 years ago

I am talking about the control signals. I think the answer is that I need to change the GPIO function to ALT3 or ALT5 to enable this functionality.