If I don't declare Serial.begin(115200), I can send AT commands over serial monitor and it replies me.
But when I declare Serial.begin(115200) and send AT commands inside program and or serial monitor there is nothing happens.
Did I miss something?

