06-11-2019 10:16 PM
Hello everyone,
I want to burn my code in the controller (Teensy 3.2) by using sys exec VI.
I can upload my code into teensy3.2 using the command line below, and it's working
But when I am using this command in the exec VI, I am getting the following error
how can I solve this problem, please help me. I will be very grateful to you.
I have uploaded my VI also.
Solved! Go to Solution.
06-11-2019 10:31 PM
From your LV screenshot you can see that the working directory is C:\Windows\System32, and this is where the program is looking for your hex file.
You either have to feed the full path to that file to your command, or use the input to set the Working Directory of System Exec to C:\te which seems to be where the file is located.
06-12-2019 02:27 AM
Thank you so much Darin.K now it's working