Integrating the ublox LISA C200 modem

Fork of SprintUSBModemHTTPClientTest by Donatien Garnier

Revision:
7:655438fd019f
Parent:
5:3f93dd1d4cb3
--- a/SprintUSBModem/SprintUSBModem.h	Thu Sep 26 00:51:06 2013 -0500
+++ b/SprintUSBModem/SprintUSBModem.h	Thu Sep 26 11:15:22 2013 -0700
@@ -37,7 +37,7 @@
       @param powerGatingPin Optional pin commanding a power gating transistor on the modem's power line 
       @param powerGatingOnWhenPinHigh true if the pin needs to be high to power the dongle, defaults to true
    */
-  SprintUSBModem(PinName powerGatingPin = NC, bool powerGatingOnWhenPinHigh = true);
+  SprintUSBModem(PinName powerGatingPin = NC, bool powerGatingOnWhenPinHigh = true, int serial = 0);
 
   //Internet-related functions