Hello,
I need advice on an issue i am facing
I am using CAN shield with Arduino. I have lots of messages coming from a product. I redirect those messages to a serial port.
I also send messages to product and wait for response.
I receive all messages thru an interrupt and send all messages with timer as some of the messages to be sent periodically.
i have 14 tx messages and 4 rx messages. Now with the way i implemented it create some issues. My receive messages overflow my receive buffer. i use MCP2515 and talk to arduino over SPI.
ANy body can recommend better design?
thanks
jis