diff --git a/README_EN.md b/README_EN.md index 5813597..f1d16fe 100644 --- a/README_EN.md +++ b/README_EN.md @@ -1,6 +1,6 @@ # Android-Serialport -Porting Google's official serial port library[android-serialport-api](https://code.google.com/archive/p/android-serialport-api/),only supports serial port name and baud rate. This item adds support check digit, data bit, stop bit, flow control configuration item. +Porting Google's official serial port library [android-serialport-api](https://code.google.com/archive/p/android-serialport-api/),only supports serial port name and baud rate. This item adds support check digit, data bit, stop bit, flow control configuration item. Android-Serialport @@ -74,8 +74,7 @@ protected void onDataReceived(final ComBean comBean) { } ``` ## 7.Sticky 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 +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