Skip to content

Commit d0c3e88

Browse files
authored
exit key sequence
Signed-off-by: John Clark <[email protected]>
1 parent c913f54 commit d0c3e88

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,20 @@ serial terminal written in go, supports speeds such as 1.5e6 (rockchip)
66
go mod tidy
77
go build -o goterm
88
```
9+
or
10+
```
11+
sh make.sh
12+
```
13+
914

1015
### run
1116
```
12-
./goterm /dev/ttyUSB0
13-
./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> + ]
1425
```

0 commit comments

Comments
 (0)