Hai Sir,
I found this library and installed it:GitHub - altelch/iso-tp: ISO 15765-2 TP implementation for Arduino.
i need to use iso tp protocol to send data from one node to another.
im getting failure config as output after uploading code ...the output satement as below
Entering Configuration Mode Failure...
Send...
Receive...Buffer: 800 [0]
Send...
Receive...Buffer: 800 [0]
Send...
Receive...Buffer: 800 [0]
Send...
Receive...Buffer: 800 [0]
Send...
Receive...Buffer: 800 [0]
Send...
Receive...Buffer: 800 [0]
Send...
Receive...Buffer: 800 [0]
Send...
my connections are
-----------------Node1----------------- ------------Node2-------------------
mega 2560 mcp2515 mcp2515 arduinouno
vcc vcc vcc vcc
gnd gnd gnd gnd
pin 53 ------------- cs cs ---------------- pin10
pin 52 sck sck pin13
pin 51 mosi mosi pin11
pin 50 miso miso pin12
CANH -----------------------CANH
CANL -----------------------CANL
i want to send data from Node1 to Node2...
please help me ,how to solve this problem? CAN iso data configuration failed..why i dnt know...
Any possible solution ??