CAN BUS shield code

Hi all, i have been trying to get the CAN bus recieve code to work from the wiki site, i have one UNO R3 and sparkfun shield, i can transmit with the sent code and view on my CAN Analyser,

When i upload the Recieve code, and send out some data on address 0X00 as in the send code, and view the serial monitor, i see nothing at all,

I notice there is no serial.begin or serial.print code in the recieve code on the wiki site? is this correct?

Thanks for the help

Rich

yes, we did make a mistake, there should be a “Serial.begin(115200)” code in the setup(); you can have a try.