Remote I/O Sensor bus with AT&T flow and M2X cloud

Dependencies:   DHT11 FXOS8700CQ MODSERIAL mbed

Fork of Avnet_ATT_Cellular_IOT by Avnet

Revisions of wnc_control.cpp

Revision Date Message Actions
42:be4b9ee3a615 2016-07-24 Re-did debug output.; Added poll of Cellular connectivity of WNC before every command.; Eliminated calling hardware init unless the initial and subsequent software init fails.; Added one-shot to commands that the WNC seems sensitive too. File  Diff  Annotate
40:aec4d09fde23 2016-07-23 Turned back on hardware init. Without it really stops responding completely. Hardware init does not always make it work but it seems to sometimes and so is better without it. YMMV. Still have not found the root cause of WNC no response. File  Diff  Annotate
39:1996eaec02d6 2016-07-23 Changed sockwrite to wait a long time now, for 31 seconds (something to try since the connect timeout is set to 30 seconds).; ; Corrected max length string to the 1500 WNC limit (was 99999). File  Diff  Annotate
38:564b312a719f 2016-07-23 Changed timeout for sockconn. File  Diff  Annotate
36:d4782eabff43 2016-07-23 Added printout of WNC cellular signal quality and SIM status. Tried a new approach to commanding the WNC for init. File  Diff  Annotate
34:1a4498e3580e 2016-07-22 Potential solution for missing characters at end of socket read payload. File  Diff  Annotate
32:1e052a3e73fe 2016-07-22 Removed in between character delays when talking to the WNC. File  Diff  Annotate
30:33be8e2992f3 2016-07-22 sockread returns how many read. Software init only hardware re-inits when no response, otherwise loops until software init done. Per WNC now wait 20mS between AT commands. File  Diff  Annotate
22:41e6c417ace1 2016-07-13 Added a 10mS delay to the socket read function. 10mS for the first read and then 10mS in between each retry. File  Diff  Annotate
19:f89baed3bd6f 2016-07-13 Right before the SOCKCONN during the WNC software initialization once in a while the WNC seems to be dropping a char that is sent to it, 'A' specifically. So I put in 2 "AT" commands right before the SOCKCONN and that seems to clean it up. File  Diff  Annotate
10:df54436ecd38 2016-07-11 Changed wnc control code so that it can't do a read or a write to a socket if the socket is not opened successfully. File  Diff  Annotate
2:0e2ef866af95 2016-07-10 Adding in WNC code from Fred File  Diff  Annotate