Tool/software: TI C/C++ Compiler
As mentioned in the title, connect to the AP and create a TCP connection,
One computer uses the serial port assistant to send an AT command AT+Send = 0,0,100,111 every 100ms, which controls the wifi module client to send 100 bytes each time, and the other computer acts as a TCP server to receive it with the network debugging assistant, the distance is three to four About meters, I finally found that it was stuck when it was sent 573,524 times, and the serial port did not respond to the command, so the server could not receive the data.
Another wifi module was also tested synchronously and sent an AT command AT+Send = 0,0,500,111 at an interval of 50ms, and finally found that it was stuck when it was sent about 254,058 times.
This is a very serious problem. I don't know what is wrong with the at_commands routine, wifi module, and hardware circuit?