Chat freely about anything...

User avatar
By Carlini
#56149 Hi

Can I help me ?

I configured my ESP8266 to access my Wireless Connection and enabled the socket server TCP/IP(AT+ CIPSERVER).

Is it possible to send AT command through SOCKET TCP/IP using the program Telnet or Hyperterminal ?

I am trying to enable the output (AT+CIOWRITE=2,x)
User avatar
By martinayotte
#56160 Unfortunately, AT firmware is very limited in capabilities. Even if you create a TCP server with it, it won't respond to any AT commands from the TCP client.

You are better creating your own Arduino sketch providing a TCP Server and react to you own commands to turn on/off GPIOs.