IR transmitter does not work

Hello,
The following code for Arduino Uno sends an Ir code :
irsend.sendNEC(0x80BFC936,32);
It works fine, the code is correct with an IR GROVE WLS12148P IR transmitter.
But it does not work with Dfrobot IR transmitter module v2.
The Dfrobot module sends a code totally different.
I have tested with a second module and same problem.
Must the syntax be different ?
Thanks for your help.
The following code for Arduino Uno sends an Ir code :
irsend.sendNEC(0x80BFC936,32);
It works fine, the code is correct with an IR GROVE WLS12148P IR transmitter.
But it does not work with Dfrobot IR transmitter module v2.
The Dfrobot module sends a code totally different.
I have tested with a second module and same problem.
Must the syntax be different ?
Thanks for your help.
2014-07-07 23:09:02 Welcome dakota88,
Could you share your transmitter code and receiver code?
What is the difference of the received data?
It is better to attach a screenshot about the Serial monitor result.
Grey.CC
Could you share your transmitter code and receiver code?
What is the difference of the received data?
It is better to attach a screenshot about the Serial monitor result.
