Skip to content

Commit 7da7ec3

Browse files
committed
[Update] README.md
1 parent 4c44303 commit 7da7ec3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
Serial Communication Python Class. CUI and GUI both are available.
99

10-
## Strong Point
10+
## Strong Points
1111
- Using a thread, TX and RX both are available at the same time.
1212
- Execute `serial.close()` and disconnect safely.
1313

@@ -49,7 +49,7 @@ SerialCom (class) // Args: baudrate, timeout, writemode
4949
3. After input a baudrate, push "Open" button. If the "Baudrate" entry is empty, the rate is 9600 bps by default or the last bps you open the port.
5050
![Window Open](/img/03-open.png "03-open")
5151

52-
4. Input string to "Text" entry and push "Send" button. "TX" listbox is a sending history and "RX" listbox is a receiving history. Pushing "TX Export" button or "RX Export", you can save these histories as a text file.
52+
4. Input string to "Text" entry and push "Send" button. "TX" listbox is a sending history and "RX" listbox is a receiving history. Pushing "TX Export" button or "RX Export" button, you can save these histories as a text file.
5353
![Window Send](/img/04-send.png "04-send")
5454

5555
5. To disconnect, push "Close" button.

0 commit comments

Comments
 (0)