Hi All,
Is it possible for a node to transmit a message and receive the same message where the message ID is same.
For. e.x. refer the diagram below where it shows a node transmitting a message with ID 'A'. Can the same node receive the message ???
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi All,
Is it possible for a node to transmit a message and receive the same message where the message ID is same.
For. e.x. refer the diagram below where it shows a node transmitting a message with ID 'A'. Can the same node receive the message ???
Well, that's a basic CAN question and the answer is: no.
You will need 2 CAN communication controllers in the same device (e.g. 28335) to transmit and receive with a single node. And, both channels must use their own CAN transceiver (SN65HVD23x).
Not ideal, but you could use loopback mode. I didn't check, but that may disabled you from receiving other incoming frames. Another solution would be to simply have ourtransmit function place the frame into your CAN RX FIFO.
Thanks,
JR Simma
Simma Software, Inc.
The CAN Experts!