arduino-CAN
arduino-CAN copied to clipboard
Bidirectional communication?
Hi, I was wondering if it is possible for the master and slave to have bidirectional communication? As in, for example, the master sends a packet that is requesting some data and the slave send back a packet to the master? In the example sketches I only see configurations for receiver and sender but not both at once. I'm sorry for my ignorance of CAN, if this is even possible.