SerialPortHelper
SerialPortHelper copied to clipboard
Android串口通讯助手,使用C++实现。
我这边接收数据是10248个字节,有时候会报anr的错误。 而且有时候发数据,数据没有接收到10248个字节,就没有返回onReceiveData
串口读取IC卡出现分段返回,这个问题需要怎么解决
这个好像不能同时打开两个及上串口进行通信啊
SphDataProcess 这个类的writeData()方法 if (concurrentCom.getCurrentCmdEntity() == null) { } 这里if判断 偶尔会造成空指针异常
大佬,求一份源码,非常感谢 [email protected]
Download library zip package and import into Android Studio, open project and into library moudle. Find a file that name is SphDataProcess.class, motify two function that name is writeData() and...