A serial command line interface with buffer editing.
Go to file
2024-07-05 00:47:12 -05:00
examples/standard First commit 2024-07-01 19:56:44 -05:00
cmd.cpp First commit 2024-07-01 19:56:44 -05:00
cmd.h First commit 2024-07-01 19:56:44 -05:00
library.json Add license and homepage 2024-07-05 00:47:12 -05:00
library.properties First commit 2024-07-01 19:56:44 -05:00
LICENSE.txt First commit 2024-07-01 19:56:44 -05:00
README.md First commit 2024-07-01 19:56:44 -05:00

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