Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 653 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 653 Bytes

Serial串口依赖库及demo

Android主板串口依赖库,kotlin书写

  • lastVersion =

依赖方式如下:

1.添加maven地址到你的依赖仓库

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

2.添加依赖

	dependencies {
	        implementation 'com.github.easyandroidgroup:serial:${lastVersion}'
	}

3.具体使用方法,参考 qrcodehelper及 demo里面的源码