Day: January 8, 2020

Rpi 4 Uart

UART on Raspberry Pi 4 Ask Question Asked today Viewed 5 times 0 I open the port and set the UART uart_fd = open(“/dev/serial0”, O_RDWR | O_NOCTTY | O_NDELAY); if (uart_fd < 0) { […]