/Arduino-SerialCommand

A Wiring/Arduino library to tokenize and parse commands received over any hardware serial port available (Arduino due, Arduino MEGA)

Primary LanguageC++

SerialCommand

A Wiring/Arduino library to tokenize and parse commands received over a serial port.

The original version of this library was written by Steven Cogswell (published May 23, 2011 in his blog post "A Minimal Arduino Library for Processing Serial Commands").

This is a fork of a heavily modified version with smaller footprint and a cleaned up code by Stefan Rado.

Here you can run SerialCommand over any Hardware Serial available on Arduino Due or Mega, like Serial, Serial1, Serial2, Serial3.

If you want to use SerialCommand in the "classic way" pass Serial to the constructor.

Enjoy.