uTerminal is a simple AT-command style terminal processor, simplifying the work to send and parse COMMAND=value pairs to a microcontroller.
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
3:39fb12e8a2a3 | 2019-02-21 | fbcosentino | bug fixes |
2:8029cce18e1a | 2019-02-18 | fbcosentino | bug fix when there is no = sign, null never added to Command |
1:4e304b58f597 | 2019-02-18 | fbcosentino | added 3 constructors including USBSerial support |
0:1655adb3a46e | 2019-02-18 | fbcosentino | Initial commit, code from 2015 adapted to mbed style. |