Search found 1 match
- Wed Jul 31, 2019 1:09 pm
- Forum: ESP-IDF
- Topic: ESP32 - UART input
- Replies: 2
- Views: 2907
ESP32 - UART input
Hello. When testing the ESP32 UART, I found that the reception of long packets occurs in parts of 120 bytes maximum. This happens with different methods of reception, which I tried (event or interrupt). This occurs when the example uart_events. This situation is undesirable when implementing MODBUS,...