Parser for AT commands and similar protocols
Dependencies: BufferedSerial
Dependents: ESP8266 xdot-passthru Lab_10 Lab9 ... more
Fork of ATParser by
History
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.
Exposed raw read/write methods
2015-07-17, by geky [Fri, 17 Jul 2015 21:00:23 +0000] rev 6
Exposed raw read/write methods
Seperated command into send/recv components for seperate use
2015-07-17, by geky [Fri, 17 Jul 2015 17:23:57 +0000] rev 5
Seperated command into send/recv components for seperate use