登录 注册
当前位置:主页 > 资源下载 > 31 > Android代码实现串口的打开、接收与发送功能

Android代码实现串口的打开、接收与发送功能

  • 更新:2024-08-07 17:27:20
  • 大小:85KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

AndroidSerialPort 安卓串口相关操作 测试 需要自己开发板,现在一般手机都没有预留串口 该程序固定了串口为 /dev/ttyAMA0,自己可看源码更改 或者看另一个项目:https://github.com/jp1017/AndroidSerialPortSample 来源 Android串口操作,简化android-serialport-api的demo(附源码) 我把文中的源码导入 android studio 源码来自谷歌:android-serialport-api 涉及到的 jni 开发可以参考:【Android 应用开发】Android 开发 之 JNI入门 - NDK从入门到精通 jni 开发遇到的坑:https://github.com/jp1017/Android-Collection/issues/10