Hello,
I'm analyzing a labview programma that enables a at89c51cc03 microcontroller to communicate with a labview programm running on a pc trouhg serial communication (uart based). I believe my predecessor used some sort of event based communication. Does anny of you happen to have experience with this type of programming and got tips on how to ensure a robust communication? I am programming in C51
I figured it out, basicly there is a recurring time slot where data can be received by the microcontroller, the labview just keeps sending the requested string until it receives a response.
Not so mindbubling as i had expected 8-). But i want to thank you all for trying to help me out!