Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inindev/goterm
serial terminal written in go, supports speeds such as 1.5e6 (rockchip)
https://github.com/inindev/goterm
1500000-baud go golang rockchip serial serial-terminal terminal
Last synced: about 2 months ago
JSON representation
serial terminal written in go, supports speeds such as 1.5e6 (rockchip)
- Host: GitHub
- URL: https://github.com/inindev/goterm
- Owner: inindev
- License: bsd-3-clause
- Created: 2023-03-04T20:03:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-02T21:24:40.000Z (about 1 year ago)
- Last Synced: 2023-12-03T19:25:27.531Z (about 1 year ago)
- Topics: 1500000-baud, go, golang, rockchip, serial, serial-terminal, terminal
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# goterm
serial terminal written in go, supports speeds such as 1.5e6 (rockchip)### build
```
go mod tidy
go build -o goterm
```
or
```
sh make.sh
```### run
```
./goterm /dev/ttyUSB0 <- default speed of 115200, n81
./goterm /dev/cu.usbserial-10 1.5e6 <- 1500000 baud, n81
./goterm /dev/cu.usbserial-10 1500000 <- 1500000 baud, n81 (for those who like typing zeros)
```### exit
```
+ ]
```