Android串口通信库,支持设置 su 路径、串口路径、波特率、校验位、数据位、停止位。
Forked from http://code.google.com/p/android-serialport-api
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
implementation 'com.github.tuuzed:android-serialport-api:latest.release'
}