Search found 2 matches
- Mon Dec 02, 2019 11:17 pm
- Forum: ESP32 Arduino
- Topic: ESP32 doesn't see all the data in UART rx buffer
- Replies: 2
- Views: 6913
Re: ESP32 doesn't see all the data in UART rx buffer
UPD: Attached the example of received bytes from UART buffer. All the shown bytes were sent to ESP32 as a single pack of data. --END-- line represents the point, where Serial2.available / Serial2.read think the Rx buffer is now empty. After interracting with Serial port (UART with PC) (for example s...
- Thu Nov 28, 2019 4:36 pm
- Forum: ESP32 Arduino
- Topic: ESP32 doesn't see all the data in UART rx buffer
- Replies: 2
- Views: 6913
ESP32 doesn't see all the data in UART rx buffer
I am using ESP32 WROOM to communicate with TI PGA460 chip via asynchronous UART2 (pins 16 17, 115200 8N2). The command transmission from ESP32 works fine, but the problem appears with the response data reception. PGA460 responds with known number of bytes every time. ESP32 receives them all, but the...