ATParser for X-NUCLEO-IDW01M1 module

Dependencies:   BufferedSerial

Dependents:   SPWF01SA-lapi-1 SPWF01SA Nucleo-AWS-IoT-mbed

Fork of ATParser by ST Expansion SW Team

Revisions of ATParser.cpp

Revision Date Message Actions
19:537f1380c44a 2016-09-05 Receive trailing delimiters of messages in vrecv() File  Diff  Annotate
18:23f4573bcda2 2016-08-02 AT send ends with CR (not CR-LF) File  Diff  Annotate
17:bf5ceea4d6f2 2016-07-07 fix for vrecv() to get the last '\n' byte in case of recv'ing strings with number endings. File  Diff  Annotate
16:b9b53df4dc4d 2016-07-04 minor changes. File  Diff  Annotate
15:311f99666a8d 2016-07-04 recv AT response with last chars as numbers and ending with CR-LF.(no non-digit last char) File  Diff  Annotate
13:46a18ad08efc 2016-02-18 Added better handling of binary data File  Diff  Annotate
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