test

Dependencies:   BufferedSerial

Fork of ATParser by Components

Revisions of ATParser.h

Revision Date Message Actions
12:7d3c3f7ce928 2016-02-18 Removed carriage returns File  Diff  Annotate
11:fd406d4c4227 2015-12-28 rename echo to debug - uses debug calls. File  Diff  Annotate
10:553f9ffaf657 2015-07-26 Small changes File  Diff  Annotate
9:9bcb87c27208 2015-07-20 Added direct printf/scanf methods as alternatives to the newline-based send/recv methods. File  Diff  Annotate
8:91515b168c70 2015-07-20 Removed broken command method. Command calls can be replaced by anded send/recv calls. File  Diff  Annotate
7:d1b193880af1 2015-07-20 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. File  Diff  Annotate
6:51f1171b5ebc 2015-07-17 Exposed raw read/write methods File  Diff  Annotate
5:26bc9255b751 2015-07-17 Seperated command into send/recv components for seperate use File  Diff  Annotate
4:38acbd6f9d9e 2015-07-17 Exposed the underlying putc/getc methods for collecting raw data File  Diff  Annotate
3:32915b9467d2 2015-07-17 Added configurable delimiters; ; This does now require explicit delimiters and no long matches the last character. File  Diff  Annotate
2:4d68f546861c 2015-07-16 Fixed issue with uninitialized variable after failed scanf File  Diff  Annotate
1:66a14afe650a 2015-07-16 Worked around scanf's lack of error reporting; ; This required a rather roundabout method of performing two scanf passes, one with clobbered matches %n, and the other with the actual value matches.; ; Also the parser now scans multiple lines. File  Diff  Annotate
0:c741e144517c 2015-07-15 Initial Commit File  Diff  Annotate