Receiving data from host

Hi,

I’m connected to the host using ’ AT+CIPSTART=“SSL”,“www.google.com”,443’.
I’m sending a very simple http request using ‘AT+CIPSEND=GET / HTTP/1.1\r\nHost: www.google.com\r\n\r\n’
This is working fine. I’m having a response ‘Recv 45 bytes SEND OK’.
But now, how to receive data from host? After executing last command, my USART RX buffer is empty (there is no data incoming from module) and I saw that ‘AT+CIPRECVDATA’ is not supported by the module.

Best,
Mateusz

Ok,

problem is solved…

Hi @msemegen

I’m glad to hear you solved the problem.