Skip to content
This repository was archived by the owner on Mar 22, 2024. It is now read-only.

Latest commit

 

History

History
7 lines (5 loc) · 729 Bytes

File metadata and controls

7 lines (5 loc) · 729 Bytes

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").

My changes are based on a heavily modified version with smaller footprint and cleaned up code by Stefan Rado. They add support for a return entered on an empty line, a second line terminator, and the allowance of non-printable characters in the input buffer when necessary when talking to a Davis weather station.