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.

CC3220SF UART 发送0x0A时会自动添加0x0D

Other Parts Discussed in Thread: CC3220SF

使用CC3220SF的UART发送0x0A时,会在后面自动添加0x0D。

uart的参数设置目前如下:

    uartParams.writeMode = UART_DATA_BINARY;
    uartParams.readMode = UART_DATA_BINARY;
    uartParams.readReturnMode = UART_RETURN_FULL;
    uartParams.readEcho = UART_ECHO_OFF;
    uartParams.baudRate = 921600;

这是为什么?

还有其它的参数要设置吗?