WNC14A2A LTE Interface

Dependencies:   WncControllerK64F

Fork of WNC14A2AInterface by Avnet

Revision:
9:23587afd52fe
Parent:
7:9340bc9e8d64
--- a/WNC14A2AInterface.cpp	Wed Apr 19 17:52:08 2017 +0000
+++ b/WNC14A2AInterface.cpp	Sat Sep 09 04:46:39 2017 +0000
@@ -41,7 +41,7 @@
 static Mutex _pwnc_mutex;
 
 static WNCSOCKET _sockets[WNC14A2A_SOCKET_COUNT];
-BufferedSerial mdmUart(PTD3,PTD2,1024,1);       //UART for WNC Module
+BufferedSerial mdmUart(PTD3,PTD2,2048,1);       //UART for WNC Module
 
 //-------------------------------------------------------------------------
 //