When we used the HTTP command in a function and communicate with server for get the response we used AT+HTTPREAD for connect and print all the string from server URL but the serial monitor print only "ok"
we try in program
serial.println("AT+QHTTPREAD=30"); Serial.println(serial.readString()); Serial.println(response)
The serial port sends the AT command and the response of the AT command when it is accepted is OK.
The serial monitor only shows what goes into the serial port.
You can loop back to show what is being sent.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.