ATParser for X-NUCLEO-IDW01M1 module
Dependencies: BufferedSerial
Dependents: SPWF01SA-lapi-1 SPWF01SA Nucleo-AWS-IoT-mbed
Fork of ATParser by
History
Added getTimeout
2016-11-21, by mapellil [Mon, 21 Nov 2016 15:42:39 +0000] rev 20
Added getTimeout
Receive trailing delimiters of messages in vrecv()
2016-09-05, by mansiag [Mon, 05 Sep 2016 07:01:30 +0000] rev 19
Receive trailing delimiters of messages in vrecv()
AT send ends with CR (not CR-LF)
2016-08-02, by mridup [Tue, 02 Aug 2016 06:57:42 +0000] rev 18
AT send ends with CR (not CR-LF)
fix for vrecv() to get the last '\n' byte in case of recv'ing strings with number endings.
2016-07-07, by mridup [Thu, 07 Jul 2016 06:39:34 +0000] rev 17
fix for vrecv() to get the last '\n' byte in case of recv'ing strings with number endings.
minor changes.
2016-07-04, by mridup [Mon, 04 Jul 2016 12:19:04 +0000] rev 16
minor changes.
recv AT response with last chars as numbers and ending with CR-LF.(no non-digit last char)
2016-07-04, by mridup [Mon, 04 Jul 2016 12:08:15 +0000] rev 15
recv AT response with last chars as numbers and ending with CR-LF.(no non-digit last char)
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.