What is difference between output tab and serial monitor in arduino IDE?
I Know about serial monitor but what is purpose of highlighted output tab shown in attached snap. What is main purpose of it?
Can we send display any message on output just as we can on serial monitor?
The output tab is where things like the messages you get during code compilation is shown. The serial monitor shows what is being sent by running code in terms of serial printing.