Vodafone K3770/K3772-Z modems driver & networking library

Dependencies:   Socket USBHostWANDongle lwip-sys lwip

Dependents:   VodafoneUSBModemHTTPClientTest VodafoneUSBModemNTPClientTest VodafoneUSBModemSMSTest VodafoneUSBModemUSSDTest ... more

Fork of VodafoneUSBModem_bleedingedge by Donatien Garnier

This is the driver for the Vodafone K3700 & K3772-Z Dongles:

K3770

More details and instructions can be found here.

Revision:
16:02db4f537955
Parent:
8:04b6a042595f
Child:
22:06fb2a93a1f6
--- a/serial/usb/USBSerialStream.h	Wed Jul 25 11:23:05 2012 +0000
+++ b/serial/usb/USBSerialStream.h	Fri Jul 27 16:19:15 2012 +0000
@@ -36,7 +36,7 @@
 /* Input Serial Stream for USB virtual serial ports interfaces
 This class is not thread-safe, except for the *Abort() methods that can be called by any thread/ISR
 */
-#define CIRCBUF_SIZE 255
+#define CIRCBUF_SIZE 127
 class USBSerialStream : public IOStream, IUSBHostSerialListener
 {
 public: