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 WncControllerLibrary by
History
Added wait for cellular link.
2017-12-11, by jk431j [Mon, 11 Dec 2017 19:58:38 +0000] rev 36
Added wait for cellular link.
added an "include <string.h>" to resolve an error regarding access strlen. This problem began when the mbed.org compiler was updated.
2017-03-09, by JMF [Thu, 09 Mar 2017 00:58:50 +0000] rev 35
added an "include <string.h>" to resolve an error regarding access strlen. This problem began when the mbed.org compiler was updated.
Added tag att_cellular_K64_wnc_14A2A_20161117 for changeset 2958e09ad308
2016-11-17, by root@developer-sjc-cyan-compiler.local.mbed.org [Thu, 17 Nov 2016 18:33:34 +0000] rev 34
Added tag att_cellular_K64_wnc_14A2A_20161117 for changeset 2958e09ad308
Added docs, changed ::write() to use uint8_t instead of char.
2016-11-17, by fkellermavnet [Thu, 17 Nov 2016 15:30:42 +0000] rev 33
Added docs, changed ::write() to use uint8_t instead of char.
Removed the power save mode turn off.
2016-10-10, by fkellermavnet [Mon, 10 Oct 2016 17:02:24 +0000] rev 32
Removed the power save mode turn off.
Added a toggle of the wakeup pin to try to stop the 'A' from being dropped.; Added an AT% cmd to turn off power saving mode, this is thought to maybe be a solution to the no response problem.;
2016-10-07, by fkellermavnet [Fri, 07 Oct 2016 18:36:42 +0000] rev 31
Added a toggle of the wakeup pin to try to stop the 'A' from being dropped.; Added an AT% cmd to turn off power saving mode, this is thought to maybe be a solution to the no response problem.;
Changed cell status check to return earlier if a no response is detected.
2016-09-23, by fkellermavnet [Fri, 23 Sep 2016 14:55:35 +0000] rev 30
Changed cell status check to return earlier if a no response is detected.
Found that WNC is giving an error on socket close once in a while.
2016-09-23, by fkellermavnet [Fri, 23 Sep 2016 05:00:00 +0000] rev 29
Found that WNC is giving an error on socket close once in a while.
Re-arranged error handling 1 more time.
2016-09-23, by fkellermavnet [Fri, 23 Sep 2016 03:14:34 +0000] rev 28
Re-arranged error handling 1 more time.
Patched up SMS message parsing, the WNC though makes it really really hard to handle all cases.
2016-09-21, by fkellermavnet [Wed, 21 Sep 2016 02:31:23 +0000] rev 27
Patched up SMS message parsing, the WNC though makes it really really hard to handle all cases.