test

Dependencies:   BufferedSerial

Fork of ATParser by Components

History

test default tip

2017-11-25, by tgw [Sat, 25 Nov 2017 03:36:04 +0000] rev 16

test


test

2017-11-25, by tgw [Sat, 25 Nov 2017 03:35:27 +0000] rev 15

test


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.


Modified response parsing to try every character instead of waiting for newlines. This means the ATParser can now handle trailing binary data in AT commands.

2015-07-20, by geky [Mon, 20 Jul 2015 18:23:54 +0000] rev 7

Modified response parsing to try every character instead of waiting for newlines. This means the ATParser can now handle trailing binary data in AT commands.