Skip to content

Releases: licheedev/SerialWorker

3.0.2

26 Feb 00:55
Compare
Choose a tag to compare

增加可配置特定指令的超时时间

public interface SendData {

   ...

    /** 特定超时时间,毫秒。大于0时才起作用,否则使用全局的 */
    long timeout();
}

3.0.0

27 Aug 02:50
Compare
Choose a tag to compare
allprojects {
  repositories {
    ...
    maven { url 'https://dl.bintray.com/licheedev/maven' }
  }
}

  dependencies {
        implementation 'com.licheedev:serialworker:3.0.0'
        // 或者(用rxjava2的)
        implementation 'com.licheedev:serialworker-rx2:3.0.0'
        // 或者(用rxjava3的)
        implementation 'com.licheedev:serialworker-rx3:3.0.0'
        
}

Release 2.0.1

23 Nov 09:06
Compare
Choose a tag to compare
修复中断操作时,等待返回数据无法被中断的问题

Release 2.0.0

20 Nov 06:18
Compare
Choose a tag to compare

升级串口基础库,支持配置数据位、校验位、停止位

Release 1.1.5

18 Nov 09:12
Compare
Choose a tag to compare

Release 1.1.5

1.0.0

30 Sep 08:10
Compare
Choose a tag to compare

1.0.0