Hello,
It may be a simple question, but I cannot find the answer…
Apparently, there is an available physical UART interface (on pins number 14 and 15. By the way, I found nowhere how to use such numbers…)
How to access it?
Serial1.begin(9600,SERIAL_8N1, UART_RX, UART_TX);
does not seem to work: it stalls.