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.

关于SCI发送数据



要发送一个数组,共有7个数据(7个字节),用串口助手调试时发现,发送到最后,得另外发送一个额外的数据才能显示出最后一具数据,
比如Send_data[7]={ 0 1 2 3  4 5  6 }
理论上我只要发送到Send_data[6],即完成了数据的发送。但操作却发现,必须得发送一个Send_data[7],即原数组中不存在的数才能完成,求解释一下