UNO+WiFi R3 ATmega328P+ESP8266 is not printing on Serial Monitor

Make a serial monitor baud rate selection. I like to use 115200.

Then when you write code use Serial.beigin(115200).

What's the issue?