android 怎么接收完整串口数据包

2025-03-19 03:11:22
推荐回答(1个)
回答1:

String temp = new String(接收到的byte数组); textview.settext(temp);