I added functionality to get the RSSI, BER, and Cell Neighbor for reporting connection issues to M2X

Dependencies:   WncControllerPlus

Revision:
31:d9558aefb9e0
Parent:
30:11d88f24cde3
Child:
32:93703ebed512
--- a/WncControllerK64F.cpp	Thu Apr 06 21:43:07 2017 -0400
+++ b/WncControllerK64F.cpp	Mon Apr 17 23:58:40 2017 +0000
@@ -30,7 +30,7 @@
 
 using namespace WncControllerK64F_fk;
 
-WncControllerK64F::WncControllerK64F(struct WncGpioPinListK64F * pPins, Serial * wnc_uart, Serial * debug_uart)
+WncControllerK64F::WncControllerK64F(struct WncGpioPinListK64F * pPins, BufferedSerial * wnc_uart, BufferedSerial * debug_uart)
 {
     m_logTimer.start(); // Start the log timer now!    
     m_pDbgUart = debug_uart;
@@ -38,7 +38,7 @@
     m_gpioPinList = *pPins;
 }
 
-bool WncControllerK64F::enterWncTerminalMode(Serial * pUart, bool echoOn)
+bool WncControllerK64F::enterWncTerminalMode(BufferedSerial * pUart, bool echoOn)
 {
     if (pUart == NULL)
         return (false);  // Need a uart!