We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c913f54 commit d0c3e88Copy full SHA for d0c3e88
README.md
@@ -6,9 +6,20 @@ serial terminal written in go, supports speeds such as 1.5e6 (rockchip)
6
go mod tidy
7
go build -o goterm
8
```
9
+or
10
+```
11
+sh make.sh
12
13
+
14
15
### run
16
-./goterm /dev/ttyUSB0
-./goterm /dev/cu.usbserial-10 1.5e6
17
+./goterm /dev/ttyUSB0 <- default speed of 115200, n81
18
+./goterm /dev/cu.usbserial-10 1.5e6 <- 1500000 baud, n81
19
+./goterm /dev/cu.usbserial-10 1500000 <- 1500000 baud, n81 (for those who like typing zeros)
20
21
22
+### exit
23
24
+<ctrl> + ]
25
0 commit comments