02-27-2013 12:29 AM
If you look through the firmware, the only thing that is executed is some serial commands.
syncLV() is run on setup() and then Serial.print("sync") and Serial.flush(); are executed in Init.vi.
Since this also happens on configuring serial communication, maybe you should search in the Arduino forums to see if they know anything since I'm sure other people use serial in a similar manner to LIFA.
02-27-2013 01:55 PM
Thank you for the information Nathan,
I have searched all over the Arduino forums and have not yet found a solution. I will scoure them again to double check and post if I manage to find anything.
09-17-2014 01:11 PM
hi all...i facing the same problem..can u guy tell me how to solve it??
when i run the VI, led is on..when i stop the VI, led still on...how can i off the led when i stop the VI??
09-17-2014 02:12 PM
mesutozil wrote:
hi all...i facing the same problem..can u guy tell me how to solve it??
when i run the VI, led is on..when i stop the VI, led still on...how can i off the led when i stop the VI??
Simply set pin 13 to 0 after you stop the loop before you use Close.vi.