#include SoftwareSerial mySerial(5, 1); void setup() { Serial.begin(9600); } void loop() { Serial.println("Testing...") }