Android-Serialport
Android-Serialport copied to clipboard
移植谷歌官方串口库,仅支持串口名称及波特率,该项目添加支持校验位、数据位、停止位、流控配置项
我百度了一下,需要把/system/bin/su修改为/system/bin/sh https://blog.csdn.net/weixin_43266090/article/details/108245698 希望能修正一下
我最开始 使用SpecifiedStickPackageHelper 发现数据接收不完整 中间会丢部分数据 ,然后使用 BaseStickPackageHelper 进行数据接收 ,发现 有时候会整条数据都收不到 , 改成这个 就不丢了 这种一般是什么原因导致的呢 
拔了usb 串口的警告日志 2.1.1 版本 java.io.IOException: I/O error at java.io.FileInputStream.available0(Native Method) at java.io.FileInputStream.available(FileInputStream.java:323) at tp.xmaihh.serialport.stick.BaseStickPackageHelper.execute(BaseStickPackageHelper.java:18) at tp.xmaihh.serialport.SerialHelper$ReadThread.run(SerialHelper.java:95)
ANR in com.ex.serialport (com.ex.serialport/.MainActivity) PID: 13718 Reason: Input dispatching timed out (Waiting to send non-key event because the touched window has not finished processing certain input events that were delivered...
安卓端使用sendHex发送,内容长度大概是3000,接收方没有收到这内容。请问改如何处理发送大数据内容,谢谢
Hi, First of all thanks for this library reference to understand the Android UART. Actually facing an issue with this is whenever I run the app then it wasn't able...

  