Search found 2 matches
- Mon Jun 08, 2020 4:38 pm
- Forum: ESP-IDF
- Topic: UART0 rx data
- Replies: 0
- Views: 1505
UART0 rx data
in version 3.3.1 rxdata could be received and processed, allowing for a user test menu to be utilised. I upgraded to ver 3.3.2 today and data is not being received. Does anyone know what has changed? And if there is a simple fix please. UART0 init uart_config_t uart_config = { .baud_rate = 115200, ....
- Mon Oct 21, 2019 5:00 pm
- Forum: ESP-IDF
- Topic: split packet
- Replies: 0
- Views: 1760
split packet
Hi I am using the AT command firmware, to connect to AWS IOT. When using HTTPS to read the shadow registry i seem to have a split packet. I receive +IPD,1,190:HTTP/1.1 200 OK content-type: application/json content-length: 3698 etc... until all 190 characters have been received. then immediately i re...