uitgy

Dependents:   App_Pese_Ruche_SYSBEE

Fork of C027_Support by u-blox

Revision:
140:8ad0ff04c73c
Parent:
137:6a7a5c4f35f6
--- a/MDM.h	Mon Jan 25 13:30:55 2016 +0000
+++ b/MDM.h	Wed Apr 11 08:43:42 2018 +0000
@@ -15,9 +15,11 @@
 
 //! include debug capabilty on more powerful targets with a dedicated debug port 
 #if defined(TARGET_LPC1768) || defined(TARGET_LPC4088) || defined(TARGET_K64F)
- #define MDM_DEBUG 
+ #define MDM_DEBUG 1
 #endif 
 
+#define MDM_DEBUG 1 //modifié par nos soins...
+
 /** basic modem parser class 
 */
 class MDMParser
@@ -787,8 +789,8 @@
         \param rxSize the size of the serial rx buffer
         \param txSize the size of the serial tx buffer
     */
-    MDMSerial(PinName tx    MDM_IF( = MDMTXD,  = D1 ), 
-              PinName rx    MDM_IF( = MDMRXD,  = D0 ), 
+    MDMSerial(PinName tx    MDM_IF( = MDMTXD,  = D8 ), 
+              PinName rx    MDM_IF( = MDMRXD,  = D2 ), 
               int baudrate  MDM_IF( = MDMBAUD, = 115200 ),
  #if DEVICE_SERIAL_FC
               PinName rts   MDM_IF( = MDMRTS,  = NC /* D2 resistor R62 on shield not mounted */ ),