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.

CC3200 如何判断结束符

Other Parts Discussed in Thread: CC3200

 上位机通过串口发送数据给CC3200串口,数据不定长,包含结束码,,可是每次都不能正常结束。。上位机发送数据格式是,“0.22 34 APDS 2.33 OP_23  0x03” 最后的0x03是结束码,采用ASCII码发送,其他字符发送。。代码中用串口中断接收数据,可是都不能识别出结束码 0x03.。。请问如何做才能正确识别 用ASCII码发送的0x03?