void setup() {
	Serial.begin(115200);
}

void loop() {
	Serial.println("Arduino Simulator");
	delay(2000);
}