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

Dependencies:   USBDevice

Dependents:   uTerminal_Example

History

bug fixes default tip

2019-02-21, by fbcosentino [Thu, 21 Feb 2019 14:51:43 +0000] rev 3

bug fixes


bug fix when there is no = sign, null never added to Command

2019-02-18, by fbcosentino [Mon, 18 Feb 2019 19:42:41 +0000] rev 2

bug fix when there is no = sign, null never added to Command


added 3 constructors including USBSerial support

2019-02-18, by fbcosentino [Mon, 18 Feb 2019 18:24:12 +0000] rev 1

added 3 constructors including USBSerial support


Initial commit, code from 2015 adapted to mbed style.

2019-02-18, by fbcosentino [Mon, 18 Feb 2019 16:45:57 +0000] rev 0

Initial commit, code from 2015 adapted to mbed style.