So you're a Noob? Post your questions here until you graduate! Don't be shy.

User avatar
By Frank Lee
#83928 HI
I want to ask a question, I used 8266.
Specifically, the PC sends a start acquisition command to STM32 through 8266 (uart0), and then STM32 sends 6 KB of data to the PC through 8266 (uart0). This process is required 6 times per second.
My ideal solution is: transparent transmission + SoftAP + TCPServer, which can maximize the transmission speed and stability. But the 8266 TCPsever does not support transparent transmission, so I used UDP+SoftAP+ transparent transmission at the beginning, this method loses data.
Now I use passthrough + TCPClient. But this way is not perfect, I hope that 8266 as a softAp and Sever, and the transmission speed is also fast.

I would like to ask if the RTOS version is a bit faster. Does RTOS support transparent transmission + SoftAP+TCPServer?
Or is there any better suggestion?
Thank you for your help.