Skip to content

Commit

Permalink
Merge pull request #28 from xmaihh/developer
Browse files Browse the repository at this point in the history
Update README.md to add updated screenshots
  • Loading branch information
xmaihh authored Aug 11, 2023
2 parents 1a5c914 + 956d4b3 commit 2f28e70
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,12 @@ public interface AbsStickPackageHelper {
serialHelper.setStickPackageHelper(AbsStickPackageHelper mStickPackageHelper);
```
* 其实数据粘包可参考socket通讯的粘包处理,例如此处粘包处理方法出自于[XAndroidSocket](https://github.com/Blankeer/XAndroidSocket)
# 完整Demo地址
<img src="https://github.com/xmaihh/Android-Serialport/raw/master/art/screen.jpg" width="270" height="480" alt="演示效果"/>

[![apk下载](https://img.shields.io/crates/dv/rustc-serialize.svg)](https://fir.im/lcuy)
# 屏幕截图

![Screenshot showing screen](art/screen.png "Screenshot showing screen")

<a href="https://play.google.com/store/apps/details?id=com.ex.serialport"><img src="https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png" height="70"></a>

PC端调试工具 [友善串口调试工具](https://github.com/xmaihh/Android-Serialport/raw/master/serial_port_utility_latest.exe)

Expand Down
10 changes: 5 additions & 5 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,11 @@ Set sticky package processing
serialHelper.setStickPackageHelper(AbsStickPackageHelper mStickPackageHelper);
```

# Demo APK
<img src="https://github.com/xmaihh/Android-Serialport/raw/master/art/screen.jpg" width="270" height="480" alt="演示效果"/>
# Screenshots

[![apk Download](https://img.shields.io/crates/dv/rustc-serialize.svg)](https://fir.im/lcuy)
![Screenshot showing screen](art/screen.png "Screenshot showing screen")

<a href="https://play.google.com/store/apps/details?id=com.ex.serialport"><img src="https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png" height="70"></a>

PC-side debugging tools [Serial debugging tool for Win](https://github.com/xmaihh/Android-Serialport/raw/master/serial_port_utility_latest.exe)

Expand Down Expand Up @@ -137,8 +138,7 @@ PC-side debugging tools [Serial debugging tool for Win](https://github.com/xmai
# FAQ

![Watch out](https://img.shields.io/badge/Watch%20out%20-FF4081)

* This library does not provide ROOT permissions, please open the serial port '666' permissions yourself.
This library does not provide ROOT permissions, please open the serial port '666' permissions yourself.
```
adb shell chmod 666 /dev/ttyS1
```
Expand Down

0 comments on commit 2f28e70

Please sign in to comment.