A serial command line interface with buffer editing.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
GRMrGecko 2f0fca9b94 Add license and homepage 2 months ago
examples/standard First commit 2 months ago
LICENSE.txt First commit 2 months ago
README.md First commit 2 months ago
cmd.cpp First commit 2 months ago
cmd.h First commit 2 months ago
library.json Add license and homepage 2 months ago
library.properties First commit 2 months ago

README.md

cmd

This is a simple Arduino Library I wrote because the existing Libraries did not do what I was looking for. I wanted a simple command line interface that worked similar to Linux and Cisco clis where you can edit the buffer and ask for help. Its fairly simple to use:

Example usage

See the standard example .ino file.

You can load the tty with:

screen -L /dev/ttyUSB0 9600