Post topics, source code that relate to the Arduino Platform

User avatar
By Gokul ttx
#78918 I am trying to send data to my web server using ESP8266 by putty software. But I am getting error :cry: .

AT COMMANDS USED:

AT

AT+RST

AT+CWMODE=1

AT+CIFSR

AT+CWJAP="Krish","GK.402.krish"

AT+ CIPSTATUS

AT+CIPMUX=1


AT+CIPSTART=4,"TCP","techtronixs.in",80


GET http://techtronixs.in/action_page.php?name=0


AT+CIPSEND=4,48

AT+CIPCLOSE
You do not have the required permissions to view the files attached to this post.