Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of ATParser by
History
Sigfox ruche
2018-01-17, by dahmani_belkacem [Wed, 17 Jan 2018 14:30:23 +0000] rev 16
Sigfox ruche
Update library references
2016-04-22, by screamer [Fri, 22 Apr 2016 13:40:54 +0100] rev 15
Update library references
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.