I currently make something that uses Arduino "pro micro" which provides USB communication.
And I hope to make my little toy notice when the serial monitor is on (i mean, the serial port is online) so that this guy can say "hello world!" on the Serial monitor without replugging or repowering Arduino pro micro.
But, I don't know how to do that. please help me smart guys~!!
The Arduino or the code running on it does not know whether anything is connected to the serial port let alone when it is listening for output unless it sends a response, which the Serial monitor doesn't