So
Serial1.begin(9600) would output to another microcontroller
on the feather side
if (Serial1.avaiable()) // pins 0 and 1
{
Serial1.write("Hello from the data and time keeper");
delay(1000);
}
on the due side
if (Serial3.avaiable())
Serial.println(Serial3.read()) // testing to terminal