This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

关于UART 问题

Other Parts Discussed in Thread: CC1310

请教各位专家:

我在使用UART 串口驱动外设,根据不同指令返回时间要求不同,我在初始打开串口并设定uartParams.readTimeout=5000 * 1000 / Clock_tickPeriod

我在使用串口过程中想针对特定发送命令修改 uartParams.readTimeout为1分钟,并且在指令发送完成并在uartParams.readTimeout 时间内收到回复,处理完成后想在恢复初始设置uartParams.readTimeout=5000 * 1000 / Clock_tickPeriod。程序中应如何设置,是否需要重新初始化串口并打开。谢谢