Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xmaihh committed Jun 23, 2022
1 parent db018de commit 795d7dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ protected void onDataReceived(final ComBean comBean) {
}
```
## 7.粘包处理
支持粘包处理,原因见[issue](https://github.com/xmaihh/Android-Serialport/issues/1),提供的粘包处理有
支持粘包处理,原因见[issues#1](https://github.com/xmaihh/Android-Serialport/issues/1),提供的粘包处理有
1. [不处理](https://github.com/xmaihh/Android-Serialport/blob/master/serialport/src/main/java/tp/xmaihh/serialport/stick/BaseStickPackageHelper.java)(默认)
2. [首尾特殊字符处理](https://github.com/xmaihh/Android-Serialport/blob/master/serialport/src/main/java/tp/xmaihh/serialport/stick/SpecifiedStickPackageHelper.java)
3. [固定长度处理](https://github.com/xmaihh/Android-Serialport/blob/master/serialport/src/main/java/tp/xmaihh/serialport/stick/StaticLenStickPackageHelper.java)
Expand Down Expand Up @@ -102,7 +102,7 @@ serialHelper.setStickPackageHelper(AbsStickPackageHelper mStickPackageHelper);
PC端调试工具 [友善串口调试工具](https://github.com/xmaihh/Android-Serialport/raw/master/serial_port_utility_latest.exe)

# 更新日志
## [2.1.1](https://github.com/xmaihh/Android-Serialport)
## [2.1.1](https://github.com/xmaihh/Android-Serialport/tree/v2.1.1)
### 修复
- 修复引用依赖问题见[issues#17](https://github.com/xmaihh/Android-Serialport/issues/17)

Expand Down
5 changes: 3 additions & 2 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ protected void onDataReceived(final ComBean comBean) {
}
```
## 7.Sticky processing
Support sticky package processing, the reason is seen in the [Issue](https://github.com/xmaihh/Android-Serialport/issues/1) , the provided sticky package processing
Support sticky package processing, the reason is seen in the [issues#1](https://github.
com/xmaihh/Android-Serialport/issues/1) , the provided sticky package processing
- Not processed (default)
- First and last special character processing
- Fixed length processing
Expand Down Expand Up @@ -107,7 +108,7 @@ serialHelper.setStickPackageHelper(AbsStickPackageHelper mStickPackageHelper);
PC-side debugging tools [Serial debugging tool for Win](https://github.com/xmaihh/Android-Serialport/raw/master/serial_port_utility_latest.exe)

# Changelog
## [2.1.1](https://github.com/xmaihh/Android-Serialport)
## [2.1.1](https://github.com/xmaihh/Android-Serialport/tree/v2.1.1)
### Fixed
- Fix bug.[issues#17](https://github.com/xmaihh/Android-Serialport/issues/17)

Expand Down

0 comments on commit 795d7dc

Please # to comment.