void setup() { Serial.begin(115200); } void loop() { Serial.println("Hello, World"); //send 'Hello, world!' over the serial port }