I need to establish a HMI protocol based on CAN, that enables the simultaneous communication of the application Device with the HMI Device?
Restriction is that CAN can be realised as a simultaneous bus access, by using CSMA/CA method. it is based on bitwise bus arbitration which ensures that the highest priority CAN message among the CAN nodes gets the bus access. In principle, the higher the priority of a CAN message the sooner it can be transmitted on the CAN bus.
But in a way, this is not simultaneous. it is one of a way to handle message which comes at a same time.
Is there any other way where I can design a protocol (which uses CAN bus), so that I can implement simultaneous communication between two control units connected in the same bus network. Thanks in advance for your response