We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adf9795 commit d573f19Copy full SHA for d573f19
README.md
@@ -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