Search found 2 matches
- Mon Jun 05, 2023 8:01 pm
- Forum: Report Bugs
- Topic: AT+CIPSEND , after prompt > , esp8266 LOST bytes working @1Mbit/s
- Replies: 1
- Views: 6133
Re: AT+CIPSEND , after prompt > , esp8266 LOST bytes working @1Mbit/s
UPDATE: i did a mistake. Uart settings of my esp was 1Mbit/s 8n1 with RTS enabled (instead of NO hw flow control) and my pc app had uart settings without hw flow control. With this configuration, I saw with oscilloscope that RTS signal from esp had positive pulses, and when esp lost bytes, pulse was...
- Fri Jun 02, 2023 9:20 pm
- Forum: Report Bugs
- Topic: AT+CIPSEND , after prompt > , esp8266 LOST bytes working @1Mbit/s
- Replies: 1
- Views: 6133
AT+CIPSEND , after prompt > , esp8266 LOST bytes working @1Mbit/s
MY SETUP I have my pc application using esp8266 with help of usb-uart converter and another pc app running as TCP server. Esp is connected to a WiFi network and it is configured with 1Mbit/s baudrate. I'm running a stress test in order to measure the maximum throughput for our next connected device....