Skip to content

Commit d573f19

Browse files
committed
Added simple readme
1 parent adf9795 commit d573f19

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# SerialTerm
2+
3+
A simple and very basic VT100 compatible serial terminal.
4+
5+
# How to use
6+
7+
Click on the `hamburger meny` in the top left to access the port `settings`. Here you can change the following:
8+
9+
- Serial port
10+
- Desired baudrate
11+
- Number of data bits
12+
- Parity mode
13+
- Number of stop bits
14+
15+
Close the menu and clock on the button with the `blue lightning bolt`. It should change to `yellow/orange` and the label
16+
should read `Connected`.
17+
18+
That is it!
19+
20+
21+
# Good to know
22+
23+
To copy text. Select it and use `CTRL`+`SHIFT`+`C`.
24+
25+
Top paste text. Use `CTRL`+`SHIFT`+`V`.

0 commit comments

Comments
 (0)