An open API service indexing awesome lists of open source software.

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

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
```