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.

CC1352R tera term 显示问题

Other Parts Discussed in Thread: CC1352R

您好,我现在用的芯片是CC1352R,用的例程是collector_2_4g和sensor_2_4g进行射频传输,我把程序分别下载进开发板一个collector对应3个sensor,显示界面如下图,在第三和第四行当collector接收到一个sensor发送的数值后,就会在第三行显示该sensor的编号如0x0001,0x0002,0x0003等,在第四行显示该传感器发送的数值,当collector几秒后接收到其他sensor发送的数值时,也会在第三和第四行显示新的数值,并且把上一个传感器的数值覆盖掉,当再接收到新的sensor的数值时,又会把现在的数值覆盖掉。我想法是可以同时显示几个传感器的数值,比如有3个sensor加入网络,第3,4行显示第一个sensor的数值,第5,6行显示第二个sensor的编号和数值,第7,8行显示第三个sensor的数值,当再一次收到第一个sensor的数值时,只会在3,4行刷新,第二个sensor的数值在第5,6行刷新,第三个sensor的数值在第7,8行刷新,当有更多的sensor加入网络时,也可以同时显示每个sensor的数据,请问这样应该怎么改呢