Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 520 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 520 Bytes

SerialPortApiCompileSo

before use serial port api , use this project compile .so file , and then use .so file by jni

android serial port api compile project

Android开发板串口通信开发时,需要通过jni方式,调用C层向指定的串口发送数据或者接收数据。此工程用于将google的Android-serial-port-api编译出自己需要的so文件,然后将so文件运用起来。

  • 本项目仅记录本次集成串口开发的一些流程及相关的编译so库代码。
  • 相关的使用见