在用串口接收来自单片机的字符串,并将字符串分离,急需~~~~~~~~~~!!!!

2024-12-02 20:40:41
推荐回答(1个)
回答1:

text1.text=mid(rec,1,5)
text2.text=mid(rec,6,5)
text3.text=mid(rec,11,5)
text4.text=mid(rec,16,5)