02-13-2014 11:35 AM
hi , i ask you if i can use labview to program pic 16f877a .....and if that possible give me toturial ....
thank you....
02-13-2014 12:10 PM
Are you asking if you can compile LabVIEW code into a hex file that can be pushed to a PIC micro? The answer to that question is no.
Or are you asking if you can use LabVIEW to send an already generated hex file to a PIC? The answer to that question is "maybe". It would depend on what you are using for a PIC programmer.
02-13-2014 12:15 PM
asking if i can use LabVIEW to send an already generated hex file to a PIC?
02-13-2014 12:17 PM
i know ....we can use labview to program MCU ...is that right ?????
02-13-2014 12:19 PM
@ThaerAL-Hwaiti wrote:
asking if i can use LabVIEW to send an already generated hex file to a PIC?
Possibly. What programmer do you have?
02-13-2014 12:27 PM
pic kit 2
02-13-2014 12:35 PM
I'm fairly certain that the PICkit2 can be programmed via the command line. This lends itself to easily allowing you to use System Exec.vi in LabVIEW to simply send the command line instructions. If you don't know where to find the System Exec.vi, simply bring up quick drop and type "System Exe", it will find it for you.
02-13-2014 12:43 PM
thank you