.停止位-uart_set_stop_bits(),从uart_stop_bits_t中选择。 .硬件流控模式-uart_set_hw_flow_ctrl(),从uart_hw_flowcontrol_t中选择。 .通讯模式-uart_set_mode()从uart_mode_t中选择。 配置举例: const int uart_num = UART_NUM_2; uart_config_t uart_config = { .baud_rate = 115200, .date...