Home > other >  Multiple ESP8266-01 s as a tcpclient through a router connected to the computer to send and receive
Multiple ESP8266-01 s as a tcpclient through a router connected to the computer to send and receive

Time:10-18

Multiple ESP8266-01 s as a tcpclient connected to the computer to send and receive data through a router (LAN), a firmware with Ai - Thinker_ESP8266_DOUT_8Mbit_AiCloud_0. Directly 0.0.6 _20170517. Bin, ESP8266-01 s directly using the AT command set to passthrough, use on STC chip pins serial port to send and receive data, in the process of running the software log report the following error, under normal circumstances to send data 32 bytes AT a time,
9:12:06 receives data: [192.168.0.104] F009C3000000001609122020202020200000000000000000000000000000ADFFF00AC3000000001609122020202020200000000000000000000000000000AEFF
9:12:06 location: [9]
9:12:06 processing request location: 9
9:12:06 reply data: [192.168.0.104] F009C304000000160912202020202020202020202020202020202020202020FF
9:12:06 location: [10]
9:12:06 processing request location: 10
9:12:06 reply data: [192.168.0.104] F00AC304000000160912202020202020202020202020202020202020202020FF
TcpServerExecute error 192.168.0.104 (MSG) : the Socket error # 10054
Connection reset by peer.
9:12:24 receives the client connection: 192.168.0.104,
I don't know what causes?

CodePudding user response:

I use ESP8266, multiple use UDP protocol, routing and PC communication no problem, but not the amount of data
  • Related