Hello,
My GUI consists of User Keys and Status Indicators, I want to Send data to the target board with every user key press, and periodically read another set of status registers of target board. The protocol used for communication is CAN Extented Version. I have few queries related to this:
1. How shall implement this without data lose. i mean when the user presses any key, the status reading process should be suspended and resume after key press process completed.
2. WIll it possible to implement using the concept of Master Slave? if yes Which process is Master and which one is slave?.
-mfp.