I am using ESP8266 - 01 with default baud rate 115200 and Arduino UNO for my mini project. I interfaced ESP with Arduino and send AT commands via Serial monitor. The ESP responded properly. But when I send the AT commands from the Arduino sketch
Serial.println("AT");
Thanks