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.

LAUNCHXL-CC1350: Uart動態取得輸入的指令

Part Number: LAUNCHXL-CC1350

您好,我叫Leo:


根據上一篇(e2echina.ti.com/.../launchxl-cc1350-rf-uart)

目前我了解UART都是FULL的MODE,所有很多資源都是寫Uart(uart,&input,1);一次只能讀一個字,是否能夠動態的取得讀取的uart輸入字數,如輸入1234567就能夠直接讀取1234567
我有使用過類似sizeof或是strlen的方式去自動取得,但是沒輸入的時候會一直呈現Uart(uart,&input,0);的狀況,造成一直中斷。是否能提供解決方法和uart讀取buffer的方法

謝謝