Shortcuts

Install

Edit the Build.gradle file and add the following dependencies.

dependencies {
    implementation 'cn.shanyaliux.serialport:serialport:4.2.0'
}

If you need to use 4.1.6 and below, do as follows:

  1. Add JitPack repository Add the JitPack repository to your build file

     allprojects {
         repositories {
             ...
             maven { url 'https://jitpack.io' }
         }
     }
    
  2. add dependencies

    dependencies {
        implementation 'com.gitee.Shanya:SerialPortSample:4.1.6'        //Chinese warehouse
        implementation 'com.github.Shanyaliux:SerialPortSample:4.1.6'   //Foreign warehouse
    }
    
Read the Docs v: latest
Versions
latest
stable
4.1.9
Downloads
pdf
html
epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.