Fernando Cosentino / uTerminal

Dependencies:   USBDevice

Dependents:   uTerminal_Example

Embed: (wiki syntax)

« Back to documentation index

uTerminal.h File Reference

uTerminal.h File Reference

uTerminal is a simple AT-command style terminal processor, simplifying the work to send and parse COMMAND=value pairs to a microcontroller. More...

Go to the source code of this file.

Data Structures

class  uTerminal
 uTerminal processes messages from a serial port, parsing as a "COMMAND=value" pair, or "COMMAND=value1,value2,value3,..." set. More...

Detailed Description

uTerminal is a simple AT-command style terminal processor, simplifying the work to send and parse COMMAND=value pairs to a microcontroller.

You can use COMMAND=value syntax, as well as COMMAND=value1,value2,value3,... to sendo multiple parameters. Commands and values can be any string, as long as they do not contain the following chars: '=', '
', '' or ','.

Author:
Fernando Cosentino

Definition in file uTerminal.h.