Android串口通信SDK,由 Google 串口通信库进行封装,可同时打开多个串口,快速接入。并扩展支持设置 su 路径、串口路径、波特率、校验位、数据位、停止位
☆256Feb 7, 2026Updated 2 weeks ago
Alternatives and similar repositories for AndroidSerialPort
Users that are interested in AndroidSerialPort are comparing it to the libraries listed below
Sorting:
- 安卓串口通信app,实现读取串口数据,实现重新组包一次性读取完整数据。可连续读取任意长度数据。APK在releases里面。觉着不错的话可以 Start 一下哟!☆206May 27, 2025Updated 9 months ago
- Android串口通信框架、串口框架☆188Dec 26, 2025Updated 2 months ago
- 移植谷歌官方串口库,仅支持串口名称及波特率,该项目添加支持校验位、数据位、停止位、流控配置项☆689Mar 4, 2024Updated last year
- Fork自Google开源的Android串口通信Demo,修改成Android Studio项目☆1,464Sep 6, 2024Updated last year
- Android串口通讯助手,使用C++实现。☆346Jul 24, 2019Updated 6 years ago
- 『Android Lib』 Android 平台上的 usb 串口调试库,支持串口号、波特率、数据位、校验位、停止位、流控等参数设置,能够控制数据的收发☆386Feb 16, 2023Updated 3 years ago
- 🔥🔥🔥SerialPortKit是基于Android开发板进行与下位机进行通讯的工具套件SDK。串口通讯部分使用C++实现。SerialPortKit旨在帮助做Android开发板硬件开发的小伙伴们快速迭代开发,只关注业务。通常涉及到RK3288、RK3399等设备,…☆160Jun 8, 2025Updated 8 months ago
- 🔥Android扫码枪封装,支持usb键盘自感模式(无须EditText接收),usb com命令控制模式,usb com转串口自感模式☆47Nov 29, 2022Updated 3 years ago
- Android串口通讯, 支持发送数据回调, 支持并发处理, 自定义协议, CRC校验, 自动粘包, 自动去除冗余的干扰数据☆28Jan 18, 2026Updated last month
- Android 串口调试助手☆149Nov 12, 2021Updated 4 years ago
- ☆15Jun 13, 2019Updated 6 years ago
- 一个简单的安卓低功耗蓝牙demo☆10Nov 12, 2016Updated 9 years ago
- 一个低成本,能快速接入的串口通讯工具,支持处理粘包分包,适配三种协议,同时支持监听多种不同报文头,适用于口红机、快递柜(格子柜),售货机、售餐机、咖啡机、游戏机等串口设备☆112Jul 3, 2025Updated 7 months ago
- 基于modbus4j的Modbus的Android实现,添加对Android串口(RTU)的支持☆268May 29, 2024Updated last year
- Android串口调试助手☆619Nov 6, 2020Updated 5 years ago
- Android Serial Port,一个非常好用的串口封装,稳定性有保证☆56Mar 30, 2020Updated 5 years ago
- Android USB host serial driver library for CDC, FTDI, Arduino and other devices.☆5,532Dec 5, 2025Updated 2 months ago
- Android串口通信示例☆736Apr 13, 2021Updated 4 years ago
- 🔥 EasyFloat:浮窗从未如此简单(Android可拖拽悬浮窗口,支持页面过滤、自定义动画,可设置单页面浮窗、前台浮窗、全局浮窗,浮窗权限按需自动申请...)☆3,543Nov 25, 2022Updated 3 years ago
- Android自动打包上传到蒲公英并发送APK下载消息到飞书群☆15Oct 28, 2021Updated 4 years ago
- Android串口库的进一步封装,简化线程方面的管理。你只需要关注如何实现硬件协议。☆83Mar 26, 2024Updated last year
- Android 全局网络变化监听☆50Apr 19, 2022Updated 3 years ago
- 博达物联无人售货机项目源码☆13Dec 14, 2018Updated 7 years ago
- Android串口开发,基于官方的android-serialport-api增 加支持设置奇偶校验、数据位和停止位☆38Dec 1, 2020Updated 5 years ago
- [New] 一个由 Kotlin 编写的支持多线程的串口通信程序☆17Dec 8, 2023Updated 2 years ago
- ☆38Sep 26, 2023Updated 2 years ago
- DialogX 计划提供模块扩展包库 这个库目的在于实现一些常用的模块功能,例如BottomDialog+地址选择、日期选择、分享对话框等半实现功能,你可以选择性的引入部分模块,配合DialogX完成功能的构建☆176Aug 22, 2025Updated 6 months ago
- Andorid 版本更新模块,拿来即用,包含root情况下的静默升级解决广告机、售货机等终端设备自动升级问题。☆15Jul 9, 2020Updated 5 years ago
- 智能阅读(逐字朗读+自动滚屏)☆15Nov 7, 2016Updated 9 years ago
- 提供流畅的 Jetpack Navigation 转场体验。并解决 GitHub 上 Navigation Add Hide 修改版普遍存在的缺陷。☆253Feb 10, 2023Updated 3 years ago
- 最简单炫酷的toast,一行代码实现多种提示,关键是简单,好看,你值得拥有。☆13Apr 19, 2019Updated 6 years ago
- [永久维护] Android 快速构建 RecyclerView, 比 BRVAH 更简单强大☆2,851Apr 15, 2025Updated 10 months ago
- 一个拓展性极强的Android任务执行框架。可自由定义和组合任务来实现你想要的功能,尤其适用于处理复杂的业务流程,可灵活添 加前置任务或者调整执行顺序。例如:应用的启动初始化流程。☆151Mar 12, 2024Updated last year
- Android Permissions Framework, Adapt to Android 16☆6,692Nov 29, 2025Updated 2 months ago
- Android串口通信,由 Google 官方串口通信库迁移而来,并扩展支持设置 su 路径、串口路径、波特率、校验位、数据位、停止位☆227Apr 22, 2020Updated 5 years ago
- 🔥 A low-cost Android screen adaptation solution (今日头条屏幕适配方案终极版,一个极低成本的 Android 屏幕适配方案).☆13,741May 28, 2023Updated 2 years ago
- Android 技术中台 Kotlin 版本,但愿人长久,搬砖不再有☆1,656Feb 7, 2026Updated 2 weeks ago
- 💬 DialogX dialog box component library, easy to use, more customizable, more scalable, easy to achieve a variety of dialog boxes. Dialog…☆2,329Jan 25, 2026Updated last month
- Android 日志打印框架,在手机上可以直接看到 Logcat 日志啦☆977Sep 3, 2025Updated 5 months ago