I am trying to use the second serial port. In /boot/config.txt I have put at the end :
# swap UARTs
dtoverlay=pi3-miniuart-bt
dtoverlay=uart2
enable_uart=1
I have checked and re-checked the pin connections. Uart 2 is on GPIO 0 and 3. Still cant receive anything from an arduino on the other side. Is there some configuration missing ?