Search found 2 matches

by sn0wbl1nd
Sun Oct 05, 2025 1:16 am
Forum: ESP-IDF
Topic: How to use select() on default uart console for timeout on blocking read
Replies: 1
Views: 900

Re: How to use select() on default uart console for timeout on blocking read

Typical - I post for help and figure something out. The select() operation is working fine. There is an issue with my use of the watchdog timer.
by sn0wbl1nd
Sat Oct 04, 2025 11:58 pm
Forum: ESP-IDF
Topic: How to use select() on default uart console for timeout on blocking read
Replies: 1
Views: 900

How to use select() on default uart console for timeout on blocking read

Hi all. I have a custom `console_get()` function I use to implement a blocking read operation with a timeout. This implementation allows me to use the REPL loop to, for example, interact with the watchdog.

I had this working well on an ESP32-S3, but currently working on an ESP32 it is not working ...

Go to advanced search