In my project I need to transfer a lot of data through WIFI in the real time. In esp8266 reference manual is stated that I can increase UART baud rate up to about 4 Mbits to achieve faster communication.
The problem is, that increasing baud rate doesn't change the overall sending packet speed that is about 50 UDP packets per second. The only thing that high baud rate change is that with heavy packet size I can send packets with the same speed as lightweight packets. So what should I do to send more packets per second? I use AT 0.5 firmware
Here is some chart that represent the issue.