AndroidSerialPort icon indicating copy to clipboard operation
AndroidSerialPort copied to clipboard

接收数据不正确

Open wangruoyu0324 opened this issue 3 years ago • 2 comments

有时发现接收到的数据和使用串口工具助手发送后接收到的数据不一致,有点懵。。

wangruoyu0324 avatar May 20 '21 10:05 wangruoyu0324

这样可能是因为串口工具助手和这个抢占串口了哦,要确保一个串口同一时间只能保留一个工具对其数据进行读取

Acccord avatar Jun 23 '21 07:06 Acccord

使用NormalSerial和COMSerial发送的接收的数据不一致?我这边是缺少头部前几个,NormalSerial返回的是正确的,COMSerial返回缺少的。后台都已关闭其他的串口工具

dlaoy avatar May 20 '24 09:05 dlaoy