USB Host Library for Sprint Dongles

Dependencies:   Socket USBHostWANDongleSprint lwip-sys lwip

Dependents:   SprintUSBModemWebsocketTest SprintUSBModemHTTPClientTest SprintUSBModemNTPClientTest SprintUSBModemSMSTest ... more

Fork of SprintUSBModem_bleedingedge by Donatien Garnier

Revision:
4:23100b0757d6
Parent:
0:8f57713b2147
Child:
10:35496211da8f
--- a/at/ATCommandsInterface.h	Thu Sep 27 09:00:34 2012 +0000
+++ b/at/ATCommandsInterface.h	Wed Oct 10 08:20:51 2012 +0000
@@ -51,7 +51,7 @@
   friend class ATCommandsInterface;
 };
 
-#define AT_INPUT_BUF_SIZE 64
+#define AT_INPUT_BUF_SIZE 192//64
 
 //Signals to be sent to the processing thread
 #define AT_SIG_PROCESSING_START 1
@@ -113,7 +113,8 @@
   void process(); //Processing thread
 
   IOStream* m_pStream;
-  bool m_open;
+  
+  bool m_open; //< TRUE when the AT interface is open, and FALSE when it is not.
 
   const char* m_transactionCommand;
   const char* m_transactionData;