i tried to used the eleven board (it's looks like arduino Uno) and the sending output is fine
so what is the differences between mega 2560 and Uno?
how can i do this with 2 mega 2560 boards?
I also connect pin 50,51,52,53 to pin 10,11,12,13 as in FAQ in structure page
The CAN BUS shield is not compatible with the Mega2560 because the SPI signals are connected to pin 11, 12 and 13 and not to the ICSP header as suggested by Arduino.
You can make it work if you re-route the pins the following way:
Shield Arduino
10 10 (or 9 to 9 if you changed that switch)
11 50
12 51
13 52
2 2
5V 5V
GND GND
That doesn't work because you still have the connections to the pins 11,12 and 13 of the Mega2560 (I guess you haven't cut them). Don't connect the shield directly but just connect the pins I mentioned.
I connect direct them as in picture and bend these 3 pins 11,12 and 13, so they was not connected direct to Mega board
then use 3 jumper to connect then with pin 50, 51 and 52
and it does not work
Excuse me, I had an error in my table, MISO is pin 12 on the UNO but pin 50 on the Mega2560 and MOSI is pin 11 on the UNO and pin 51 on the Mega2560. You have to swap these two pins from my table. I should always check these stuff and not write down from mind. pin 13 to 52 for SCKL is correct.