Hello,
your hint, that the at command 'AT+CIPSENDEX' has been changed helps a lot!!!
I use 'AT+CIPSEND' now and everythink works as expected!
Many thanks for your great support!
Search found 3 matches
- Tue Jun 07, 2022 7:40 am
- Forum: ESP-AT
- Topic: Data lost on ESP32 with AT command 'AT+CIPSENDEX' with V2.2 and V2.4
- Replies: 4
- Views: 4251
- Thu Jun 02, 2022 12:23 pm
- Forum: ESP-AT
- Topic: Data lost on ESP32 with AT command 'AT+CIPSENDEX' with V2.2 and V2.4
- Replies: 4
- Views: 4251
Re: Data lost on ESP32 with AT command 'AT+CIPSENDEX' with V2.2 and V2.4
When I send > 200 Byte to the ESP32 it is reproducible every second time. If I try to send 1000 Byte I can reproduce it to 90%. It is very important, that the ESP32 receive Data on that UDP Port at the same time over WiFi! I am really sure that the STM sends data, because I add an printf to the func...
- Wed Jun 01, 2022 7:43 am
- Forum: ESP-AT
- Topic: Data lost on ESP32 with AT command 'AT+CIPSENDEX' with V2.2 and V2.4
- Replies: 4
- Views: 4251
Data lost on ESP32 with AT command 'AT+CIPSENDEX' with V2.2 and V2.4
Hello, I am using the ESP32-WROOM in combination with an STM32 microcontroller. I use UART port for AT command communication. When I send data to a server via UDP (AT+CIPSENDEX) and at the same time the server sends data too, then the esp32 lost some byte of the data the STM32 sent and I do not get ...