CAN Comunication Issues

HI Guys!
I am working with a mini can module mcp2515 + TJA1050 communicating two arduino unos.
So far, i am using the seeduino library but without any success. Looking through the Arduino Forum, i have found that those modules are 8MHz and the library only would work with 16MHz crystal. The solution? I changed the crystal for 16MHz one. I have found also, reading the forum here, a library which should work with 8MHz crystal and I still continue receiving no messages. If i receive something, it is rubbish.

Any ideas about what is my problem? :frowning:
Thanks!

I haven't worked with this device before, so I can't give you specific advice. However, I have always found it helpful to make a thorough review of the datasheet and jot down important notes before writing code for it.