I use Arduino IDE 1.8.13 on linux. I uploaded this simple sketch: ``` void setup() { Serial.begin(9600); Serial.println("Test"); } void loop() { } ``` but nothing is showed on serial monitor. Can you help me?