Reading +IPD response from serial.read() using Arduino UNO and ESP8266

simsam:
I read that the Serial buffer can only hold 64 bytes at a time. So when i run this code:

If you use the examples in Serial Input Basics you can receive as many bytes as you wish - just change the value of the constant numChars

...R