Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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 ','.
Definition in file uTerminal.h.
Generated on Thu Jul 14 2022 07:25:24 by
