Skip to content

Releases: Shanyaliux/SerialPortSample

SerialPort-4.2.0

08 Jun 02:20
Compare
Choose a tag to compare
  • [Fix] Some compilation warnings about bluetooth permissions
  • [Modify] Upgrade Kotlin and Gradle versions
  • [Modify] Mark ConnectionResultCallback obsolete
  • [Feature] Added Ble device to send byte array
  • [Feature] Added Ble device can work callback
  • [Feature] Added Server

SerialPort-4.1.9

09 May 02:26
Compare
Choose a tag to compare

[Fix] When the sendUUID is incorrect, it crashes

SerialPort-4.1.8

14 Apr 15:31
Compare
Choose a tag to compare
  • fix autoOpenDiscoveryActivity is always true
  • DiscoveryActivity add English
  • add setDiscoveryTime

SerialPort-4.1.7

02 Mar 11:50
Compare
Choose a tag to compare

fix on Android12 DiscoveryActivity do not work.

SerialPort-4.1.6

21 Feb 02:58
Compare
Choose a tag to compare
  1. fix some bleDevices can't receive data
  2. modify printPossibleBleUUID()

SerialPort-4.1.5

15 Feb 12:25
Compare
Choose a tag to compare
  • 修复
    • BLE长数据丢包
  • 增改
    • SerialPortConfig,配置信息设置类
    • requestMtu, 设置BLE发送的包长度
    • BLE设备的发送接收UUID可分开单独设置
    • printPossibleBleUUID 函数更新,将对应打印出UUID的属性

SerialPort-4.1.4

20 Jan 09:44
Compare
Choose a tag to compare
  • 修复

    1. Glade版本不能更新
    2. 十六进制发送必须输入大写
    3. ble连接方式可以连接传统设备
  • 新增

    1. 内置搜索页面选择连接方式,需要打开标志位
    2. SerialPort.kt 添加设置UUID的子函数
    3. doDiscovery 添加定位权限判断

SerialPort-4.1.3

09 Jan 13:34
Compare
Choose a tag to compare

新增修改UUID和收发数据格式日志打印

SerialPort-4.1.2

10 Dec 04:58
Compare
Choose a tag to compare
  1. 开放SerialPortTools类和DataUtil
  2. 修复中文接收和发送的乱码问题
  3. 新增接收字节数组回调

SerialPort-4.1.1

14 Sep 02:15
Compare
Choose a tag to compare

新增连接结果回调