AYUDA! Arduino me reconoce EasyVR

Hola buenas, tengo un módulo easyvr shield 3 y un arduino leonardo unidos. He hecho un código para reconocer la voz con easyvr pero al subirlo a arduino y poner el monitor serie me sale que no lo detecta.
PD: Tengo el jumper de la shield de easyvr en SW.
Gracias.
Código:

#include "Arduino.h"
#if !defined(SERIAL_PORT_MONITOR)
  #error "Arduino version not supported. Please update your IDE to the latest version."
#endif

#if defined(SERIAL_PORT_USBVIRTUAL)
  // Shield Jumper on HW (for Leonardo and Due)
  #define port SERIAL_PORT_HARDWARE
  #define pcSerial SERIAL_PORT_USBVIRTUAL
#else
  // Shield Jumper on SW (using pins 12/13 or 8/9 as RX/TX)
  #include "SoftwareSerial.h"
  SoftwareSerial port(12, 13);
  #define pcSerial SERIAL_PORT_MONITOR
#endif

#include "EasyVR.h"

EasyVR easyvr(port);

//Groups and Commands
enum Groups
{
  GROUP_1  = 1,
  GROUP_16 = 16,
};

enum Group1 
{
  G1_ENCENDER_LAMPARA = 0,
  G1_APAMAR_LAMPARA = 1,
};

enum Group16
{
  G16_INDAHAUS = 0,
};


int8_t group, idx;

void setup()
{
  // setup PC serial port
  pcSerial.begin(9600);

  // bridge mode?
  int mode = easyvr.bridgeRequested(pcSerial);
  switch (mode)
  {
  case EasyVR::BRIDGE_NONE:
    // setup EasyVR serial port
    port.begin(9600);
    // run normally
    pcSerial.println(F("---"));
    pcSerial.println(F("Bridge not started!"));
    break;
    
  case EasyVR::BRIDGE_NORMAL:
    // setup EasyVR serial port (low speed)
    port.begin(9600);
    // soft-connect the two serial ports (PC and EasyVR)
    easyvr.bridgeLoop(pcSerial);
    // resume normally if aborted
    pcSerial.println(F("---"));
    pcSerial.println(F("Bridge connection aborted!"));
    break;
    
  case EasyVR::BRIDGE_BOOT:
    // setup EasyVR serial port (high speed)
    port.begin(115200);
    // soft-connect the two serial ports (PC and EasyVR)
    easyvr.bridgeLoop(pcSerial);
    // resume normally if aborted
    pcSerial.println(F("---"));
    pcSerial.println(F("Bridge connection aborted!"));
    break;
  }

  while (!easyvr.detect())
  {
    Serial.println("EasyVR not detected!");
    delay(1000);
  }

  easyvr.setPinOutput(EasyVR::IO1, LOW);
  Serial.println("EasyVR detected!");
  easyvr.setTimeout(5);
  easyvr.setLanguage(4);

  group = EasyVR::TRIGGER; //<-- start group (customize)
}

void action();

void loop()
{
  easyvr.setPinOutput(EasyVR::IO1, HIGH); // LED on (listening)

  Serial.print("Say a command in Group ");
  Serial.println(group);
  easyvr.recognizeCommand(group);

  do
  {
    // can do some processing while waiting for a spoken command
  }
  while (!easyvr.hasFinished());
  
  easyvr.setPinOutput(EasyVR::IO1, LOW); // LED off

  idx = easyvr.getWord();
  if (idx >= 0)
  {
    // built-in trigger (ROBOT)
    // group = GROUP_X; <-- jump to another group X
    return;
  }
  idx = easyvr.getCommand();
  if (idx >= 0)
  {
    // print debug message
    uint8_t train = 0;
    char name[32];
    Serial.print("Command: ");
    Serial.print(idx);
    if (easyvr.dumpCommand(group, idx, name, train))
    {
      Serial.print(" = ");
      Serial.println(name);
    }
    else
      Serial.println();
    easyvr.playSound(0, EasyVR::VOL_FULL);
    // perform some action
    action();
  }
  else // errors or timeout
  {
    if (easyvr.isTimeout())
      Serial.println("Timed out, try again...");
    int16_t err = easyvr.getError();
    if (err >= 0)
    {
      Serial.print("Error ");
      Serial.println(err, HEX);
    }
  }
}

void action()
{
    switch (group)
    {
    case GROUP_1:
      switch (idx)
      {
      case G1_ENCENDER_LAMPARA:
        // write your action code here
        // group = GROUP_X; <-- or jump to another group X for composite commands
        break;
      case G1_APAMAR_LAMPARA:
        // write your action code here
        // group = GROUP_X; <-- or jump to another group X for composite commands
        break;
      }
      break;
    case GROUP_16:
      switch (idx)
      {
      case G16_INDAHAUS:
        // write your action code here
        // group = GROUP_X; <-- or jump to another group X for composite commands
        break;
      }
      break;
    }
}

vas muy mal asi,poniendo AYUDA no esta permitido en el foro y menos que repitas tres veces el mismo post y gritando,no me extraña que nadie te conteste.

Nadie responde por varios motivos.
Ya lo hemos ayudado en sus anteriores posteos pero ahora, para responderle alguien debe saber del Shield EasyVR y como pocos lo tienen es dificil responderle.

Tal vez puedas tu Flecho?

Lo primero:No lo he posteado 3 veces si no 2.
lo segundo: Por internet no se puede gritar solo poner signos de exclamación.
Lo tercero:No te he pedido tu opinión, si no me quieres responder pues te vas a otra sitio a faltar-le el respeto a otra gente.

Y otra cosa.
Se empiezan los posts con MAYUSCULA.

Aprende de surbyte que al menos tiene respeto.

Marcos122122:
Lo primero:No lo he posteado 3 veces si no 2.
lo segundo: Por internet no se puede gritar solo poner signos de exclamación.
Lo tercero:No te he pedido tu opinión, si no me quieres responder pues te vas a otra sitio a faltar-le el respeto a otra gente.

Aparte de tonto eres jilipollas,surbytee lo mismo que tonton y ajilipollado como tu,te a contesta solo por llevarme la contraria,veras que ahora te ayudarn muchos ojala que no puedas conseguir la mierda que quieras hacer y se te de lo peor,por cierto te deseo lo peor de la vida palabra de honos te e echado una malcion!

OOOO noooo!!!
Me ha echado una maldición moriremos todos!
Y si quiero una respuesta chaval, me voy a otro foro de EasyVr y la encuentro payaso.

Dicho está que Flecho solo sabe criticar asi que no le sigas la corriente. Criticar e insultar.

Le daré la razón en algo. Me hizo pensar como resolver tu problema
Google: Arduino EasyVr not recognized

Posible solución

More a hardware- than a software person here, so I started to "investigate".
Measured continuity of all the pins/tracks involved,
and soon I discovered that some of the pins from the shield dit not connect to the Mega!!!!!
Lifted the plastic from the Mega headers, and after a bit of cleaning/bending contacts were ok.
Fired it up, and it's all working now...

Mas un problema de hardware que de software, comencé a "investigar.
Medí continuidad de todos los piens/pistas involucradas, y proto descubrí que algunos pines del shield no se conectan al Mega.
Desplazando el plástico de las cabeceras del Mega y luego de un poco de limpieza la cosa estuvo ok.
Probé de nuevo y todo funciona ahora.