update readme

This commit is contained in:
Guangzong Chen 2021-10-09 20:04:05 -04:00
parent a052e6b3b8
commit 10e6c3be04
No known key found for this signature in database
GPG Key ID: E3E141D720E7F9A3

View File

@ -1,3 +1,4 @@
# Serial Port tool # Serial Port tool
This is a serial tool for Linux and windows. This is a serial tool for Linux and windows.
@ -6,6 +7,21 @@ I am a embedded sorfware developer. USART is a very common communication protoca
The main thing in this tool is realiable. Tool will not crash, and get correct data from serial port. Display these data correctly and completance. The main thing in this tool is realiable. Tool will not crash, and get correct data from serial port. Display these data correctly and completance.
## Install
Windows
1. Install [gtk3 runtime environment](https://github.com/tschoonj/GTK-for-Windows-Runtime-Environment-Installer/releases/download/2021-04-29/gtk3-runtime-3.24.29-2021-04-29-ts-win64.exe)
2. Download executable file from release page.
3. Run executable file
Linux
1. Install gtk3
2. Download executable file from release page.
3. Run executable file
## Usage ## Usage
This tool support following commands. `list`, `open`, `close`, `send`, `loop`, `loopend`, `clean`, `show`, `hide`, `set`. This tool support following commands. `list`, `open`, `close`, `send`, `loop`, `loopend`, `clean`, `show`, `hide`, `set`.