void setup() { Serial.begin(19200); } void loop() { Serial.print("SESAME :"); Serial.println(" IOT !"); delay(1000); }