From 90320b3fddd67b46870a26d7e510870b805896e5 Mon Sep 17 00:00:00 2001 From: xmaihh Date: Thu, 23 Jun 2022 17:09:48 +0800 Subject: [PATCH] Update README_EN.md --- README_EN.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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