TCP Server serial data pass-through mode the ESP8266 AP

Module chip: Esp8266EX

Development Environment: Arduino IDE

Program: AP mode module is configured to establish Sokcet Server, Internet terminal device may access through TCP Client server module, the data module via the serial port to interact with the terminal device;

Here Insert Picture Description
Here Insert Picture Description

Here is the code implemented

#include <ESP8266WiFi.h>
#

Guess you like

Origin blog.csdn.net/chen20171013/article/details/105349695