I am using arduino uno with an iish 3G screen, my screen is working fine, but it is not responding properly with the http command.
After sending "AT+chttpact =......" it returns me +CHTTPACT: REQUEST , and then when it sends a GET command, it does not respond at all
What could be the problem?
here is the actual response and code:
GSM : Registered to network GSM : Ready for AT command *** Start HTTP Transaction *** +CHTTPACT: REQUEST AT+CHTTPACT="jsonplaceholder.typicode.com",80 Sends Request: GET /posts/1/ HTTP/1.1 Host:jsonplaceholder.typicode.com:80 Content-Length:0 *** End HTTP Transaction *** Memory Free : 1216
Code:
// Included header files
source share