Parser for AT commands and similar protocols

Dependencies:   BufferedSerial

Fork of ATParser by NetworkSocketAPI

History

Added code guard default tip

2017-05-27, by Raffaello [Sat, 27 May 2017 13:07:44 +0000] rev 17

Added code guard


Fixed read string from buffer. Now "%s" works.; Added different initialization start delimiter

2017-05-22, by Raffaello [Mon, 22 May 2017 18:05:51 +0000] rev 16

Fixed read string from buffer. Now "%s" works.; Added different initialization start delimiter


Update library references

2016-04-22, by screamer [Fri, 22 Apr 2016 13:40:54 +0100] rev 15

Update library references


Updated dependencies

2016-04-01, by geky [Fri, 01 Apr 2016 17:27:30 +0000] rev 14

Updated dependencies


Added better handling of binary data

2016-02-18, by Christopher Haster [Thu, 18 Feb 2016 16:01:03 -0600] rev 13

Added better handling of binary data


Removed carriage returns

2016-02-18, by Christopher Haster [Thu, 18 Feb 2016 15:59:15 -0600] rev 12

Removed carriage returns


rename echo to debug - uses debug calls.

2015-12-28, by sam_grove [Mon, 28 Dec 2015 05:37:44 +0000] rev 11

rename echo to debug - uses debug calls.


Small changes

2015-07-26, by sam_grove [Sun, 26 Jul 2015 21:53:28 +0000] rev 10

Small changes


Added direct printf/scanf methods as alternatives to the newline-based send/recv methods.

2015-07-20, by geky [Mon, 20 Jul 2015 21:28:39 +0000] rev 9

Added direct printf/scanf methods as alternatives to the newline-based send/recv methods.


Removed broken command method. Command calls can be replaced by anded send/recv calls.

2015-07-20, by geky [Mon, 20 Jul 2015 20:56:30 +0000] rev 8

Removed broken command method. Command calls can be replaced by anded send/recv calls.