I'm using an Arduino Mega Board and I think I'm having some issues with serial communication, but I'm not sure if thats really a problem. Every time I use serial communication (like printing something using serial monitor) I can't really immediately see what I'm printing. I have to wait several seconds or press the reset button of my board. I noticed that the TX LED is blinking until I press the serial monitor (as soon as I press the button the LED turns off I stays like that - and nothing happens on serial monitor - for several seconds or until I press the reset button - and then I can see things on serial monitor).
Is this really an issue or thats common on Mega boards? (I noticed that it doesn't happen on Uno boards).
I am having a similar problem with Mega 2560. A simple out put on SerialMonitor takes a long time to start. Moreover, the Serial1, Serial2 and Serial3 functions do not give any output on the screen. This delay does not occur with UNO. May we request some response pl. The code i am using is simple from Arduino website as under:-
// Arduino Mega using all four of its Serial ports
// (Serial, Serial1, Serial2, Serial3),
// with different baud rates: