Search found 2 matches
- Sun Sep 14, 2025 7:28 pm
- Forum: ESP-IDF
- Topic: UART, RX buffer: shall I "lock" it while I am copying data from it?
- Replies: 2
- Views: 494
Re: UART, RX buffer: shall I "lock" it while I am copying data from it?
Thank you for your professional an informative answer. It sounds great!
- Sat Sep 13, 2025 11:39 pm
- Forum: ESP-IDF
- Topic: UART, RX buffer: shall I "lock" it while I am copying data from it?
- Replies: 2
- Views: 494
UART, RX buffer: shall I "lock" it while I am copying data from it?
Hi guys, I am a beginner in ESP32 programming.
For self-learning purposes, I am planning to write a small program that receives data via UART, and then executes some calculations on the received data. The reception and the calculation with the received data would compose an infinite routine, so ...
For self-learning purposes, I am planning to write a small program that receives data via UART, and then executes some calculations on the received data. The reception and the calculation with the received data would compose an infinite routine, so ...