NMEA 2000 Shield

Hi,

I started again from scratch.

I changed in the source code "DataDisplay2":

[ Code]#define N2k_CAN_INT_PIN 21 [ /Code]

with that the:

[ Code]#define N2k_CAN_INT_PIN 2[ /Code]

and added the line:

[ /Code]#define N2k_SPI_CS_PIN 10[ /Code]

I always have the message:
"CAN device ready
Running ... "

I tested with a multimeter where are "cs" and "int".
I am sure that:
cs = 10
int = 2

I don't think see any resistance on CANH and CANL pin, I transmitted you the electrical diagram.

https://drive.google.com/open?id=1pSLUZES1smCzmFGpnB2YTR5_A15GZBnr

Now what i need to do ?

Thank you a lot.