Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 457 Bytes

File metadata and controls

22 lines (19 loc) · 457 Bytes

EasySerialPort

android 串口读写测试工具类

  • 使用方式
  1. 现在项目根的build.gradle文件中加入
allprojects {
    repositories {
       	...
        maven { url 'https://jitpack.io' }
    }
}
  1. 再在项目的build.gradle中加入
dependencies {
    compile 'com.github.guanguoxiang:SerialPortDemo:1.0.0'
}