2.2. Pass-through Connection
Pass-through here refers to the transparent transmission function. Host data is transmitted
to ESP8266EX through uart and ESP8266EX the transmits the data over the wireless
network, and vice versa. ESP8266 receives data over a wireless network, empathy spread
through uart Host. ESP8266 is only responsible for the data transmitted to the destination
and it does not process the data in any way. The transmission process is as if it is
transparent.
!
2.3. UART Frames
ESP8266EX can estimate the interval between receiving UART data. If the interval is
greater than 20ms, it is considered the end of one transmission packet. Otherwise, it will
receive data to the upper limit of 2KB, and consider an end. When the ESP8266 module
thinks that the UART data has reached the end of a frame, it will forward the data via Wi-
Fi. Frame time interval is 20ms with a size limit of 2KB.
!