Example program demonstrating sending and reading SMS messages from the cellular modem using the MTSAS library.
History
Added #defines for the possible hardware platform selections. Re-ordered the hardware selection code to the top. Added a note for the log output and fixed a misspelling.
2015-07-09, by leon123 [Thu, 09 Jul 2015 19:04:55 +0000] rev 11
Added #defines for the possible hardware platform selections. Re-ordered the hardware selection code to the top. Added a note for the log output and fixed a misspelling.
use version of mtsas library from MultiTech team instead of Multi-Hackers
2015-07-09, by mfiore [Thu, 09 Jul 2015 15:44:59 +0000] rev 10
use version of mtsas library from MultiTech team instead of Multi-Hackers
update Dragonfly pin names
2015-05-29, by mfiore [Fri, 29 May 2015 21:04:41 +0000] rev 9
update Dragonfly pin names
mtsas updated
2015-03-25, by Vanger [Wed, 25 Mar 2015 18:28:00 +0000] rev 8
mtsas updated
removed configureSignals() call, as it is unused at this time.
2015-03-23, by Vanger [Mon, 23 Mar 2015 18:28:05 +0000] rev 7
removed configureSignals() call, as it is unused at this time.
mbed update
2015-03-23, by Vanger [Mon, 23 Mar 2015 18:03:38 +0000] rev 6
mbed update
Added pin options for the Dragonfly hardware.
2015-03-16, by Vanger [Mon, 16 Mar 2015 21:37:11 +0000] rev 5
Added pin options for the Dragonfly hardware.
Code review 2 fixes
2014-08-12, by Vanger [Tue, 12 Aug 2014 21:49:38 +0000] rev 4
Code review 2 fixes
Updated deleteReceivedMessages line to check for success, made for loop infinite, and fixed comments at beginning of file.
2014-08-07, by Vanger [Thu, 07 Aug 2014 21:40:17 +0000] rev 3
Updated deleteReceivedMessages line to check for success, made for loop infinite, and fixed comments at beginning of file.
Tweaked length of for-loop checking for messages, and tweaked output message format.
2014-08-05, by Vanger [Tue, 05 Aug 2014 14:27:36 +0000] rev 2
Tweaked length of for-loop checking for messages, and tweaked output message format.