

sure,
Raspberry Pi 3, GPIO 14 (TX) & 15 (RX)
those are the UART pins, it is connected to UART2 - RMRC Seriously Dodo Flight Controller
attached are the layout for both
in raspberry pi 3, the same pins are used for both bluetooth and serial:
/dev/ttyAMA0 (hardware high performance UART)
/dev/ttyS0 (software low performance UART)
ttyS0 is the default for serial but can be switched with the hardware. i tried both of them. for switching i was following:
http://spellfoundry.com/2016/05/29/configuring-gpio-serial-port-raspbian-jessie-including-pi-3/the UART-USB that is working is connected in the controller to the USB which is connected internally to UART1 and to one of raspi usb ports.