Search found 1 match

by alloycn
Sun Sep 28, 2025 6:34 am
Forum: ESP-IDF 中文讨论版
Topic: 如何实现ESP32 uart的接收空闲中断
Replies: 5
Views: 14984

Re: 如何实现ESP32 uart的接收空闲中断

// Write data to UART, end with a break signal.
uart_write_bytes_with_break(uart_num, "test break\n",strlen("test break\n"), 100);
这条指令可产生100bits的breake间隙

Go to advanced search