I need to be able to connect to the Arduino Mega using the USB cable and I also want to use Bluetooth. I cannot have these connected at the same time, unless you have a way to do it?
Is the sending of data just as efficient (time to scan the processor) as the standard Serial port?
It is more a concept issue I was thinking might catch me out and hence I might need to be aware of.
I am unsure of the actual architecture and I feared some weird gotcha like - oh yeah the Serial1 port takes a few micro seconds longer to process or it requires an interrupt.
Hopefully it behaves identically to the standard port.