This library controls the WNC. There is a derived class for usage from the K64F board.

Fork of WncControllerLibrary by Fred Kellerman

History

Fixed benign bug, if string not found for dnsresolve (which means something is broken anyways), code was adding and then looking for string::npos. Which if the string was not correct this would have probably crashed the application, all fixed now. default tip

2017-09-15, by fkellermavnet [Fri, 15 Sep 2017 23:28:54 +0000] rev 37

Fixed benign bug, if string not found for dnsresolve (which means something is broken anyways), code was adding and then looking for string::npos. Which if the string was not correct this would have probably crashed the application, all fixed now.


jdfjadfjadlkjfasd;lkj

2017-04-06, by jmf [Thu, 06 Apr 2017 21:42:30 -0400] rev 36

jdfjadfjadlkjfasd;lkj


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. att_cellular_K64_wnc_14A2A_20161117

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.