Hi, How can i read GPRS data? What is the command to receive data from server? like AT+CIPSEND
What is the command to read the response here? There isn't one. You make a request for data. The server responds on the same port. Automatically.
Ok. Then it's just "serial.read()" to read the server data. So I don't need to use any command to read ,like we are using AT+CIPSEND command to send, am i right?