Hi all,
I have an application vi which is meant to tx and rx serial data via COM port. When I run this vi individually,it works fine. But when I put this vi inside a main vi which provide this application vi some inputs and in turn expects some outputs, the application vi doesnt tx & receive the entire data properly.Also while debugging the main vi, it becomes fine and then there are no issues but during run time it doesnt work properly..Any suggestions on why this is happening?
Will making the application vi "inline" serve the purpose?