https://github.com/math2001/serial
The most simplistic serial cli
https://github.com/math2001/serial
cli go serial
Last synced: 18 days ago
JSON representation
The most simplistic serial cli
- Host: GitHub
- URL: https://github.com/math2001/serial
- Owner: math2001
- Created: 2019-01-26T04:49:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-26T04:54:25.000Z (over 7 years ago)
- Last Synced: 2025-01-06T20:52:33.797Z (over 1 year ago)
- Topics: cli, go, serial
- Language: Go
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Serial
> The most simplistic serial cli
Reads from stdin, and write to stdout. Can't get any simpler. Plus it's build
with Go, so it's super fast.
```
$ serial
```
It acts as a nice serial monitor for Arduino, so you're not stuck with Arduino
IDE anymore.
```
C:\Users\math2001> serial COM7 9600
```