美文网首页
Android串口通信

Android串口通信

作者: Linn___ | 来源:发表于2019-03-27 11:16 被阅读0次
    参考github地址

    https://github.com/licheedev/Android-SerialPort-API
    https://github.com/licheedev/Android-SerialPort-Tool

    导入串口第三方库

    implementation "com.github.licheedev.Android-SerialPort-API:serialport:1.0.1"

    出现的问题

    Android:java.io.IOException: Cannot run program "/system/xbin/su": error=13, Permission denied
    由于是新建项目targetSdkVersion默认是27 targetSdkVersion : 27, 出现Permission denied
    解决办法是改成targetSdkVersion : 19,

    相关文章

      网友评论

          本文标题:Android串口通信

          本文链接:https://www.haomeiwen.com/subject/rtoavqtx.html