ESP8266UDPtask>bindok!
ESP8266UDPtask>recvdata16Bytesfrom192.168.1.112,Port57233
UDP communication can be set up at the PC terminal by using network debugging tools;
then ESP8266UDPtest will be sent to the ESP8266 UDP port. When the UDP data is
received by ESP8266, the same message will be sent to the PC terminal, too.
!
3.3.2. TCP Client
1. When ESP8266 functions as Station, connect it to an AP. Users can refer to previous
examples for details on how to do this.
2. Establish a TCP server using network debugging tools.
!