serial begin

Code Example - serial begin

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

void loop() {}