I've decided to start using a header that is printed out over the serial monitor at power up so I can tell them apart.
Serial.begin(115200);
Serial.print(“Electric gate opener V2.0”);
Serial.end();
Should I use any particular format or include any other information to be more in line with any existing reports?