Android-Serialport icon indicating copy to clipboard operation
Android-Serialport copied to clipboard

移植谷歌官方串口库,仅支持串口名称及波特率,该项目添加支持校验位、数据位、停止位、流控配置项

Results 14 Android-Serialport issues
Sort by recently updated
recently updated
newest added

我百度了一下,需要把/system/bin/su修改为/system/bin/sh https://blog.csdn.net/weixin_43266090/article/details/108245698 希望能修正一下

我最开始 使用SpecifiedStickPackageHelper 发现数据接收不完整 中间会丢部分数据 ,然后使用 BaseStickPackageHelper 进行数据接收 ,发现 有时候会整条数据都收不到 , 改成这个 就不丢了 这种一般是什么原因导致的呢 ![image](https://github.com/xmaihh/Android-Serialport/assets/13143959/260ad85d-47fe-4210-b39e-02fdf44b0309)

拔了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...

question

![image](https://github.com/user-attachments/assets/a3598ebf-b95a-47db-9be6-249a452dd6a1)

![image](https://github.com/user-attachments/assets/a17b6e63-e978-4a56-bb84-c3b676e26287) ![image](https://github.com/user-attachments/assets/f5e562aa-37d2-4c80-a0d3-8f34ce1daeee) ![image](https://github.com/user-attachments/assets/1e1f4bae-db60-4aae-9822-023a0c1bc596)