59. UART Hardware and Applications

Question.3

What will be the state of pins 2(RX) and 3(TX) of Atmega328p? (after uploading the following code)


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


void loop() {
}

 

Select Answer