‎11-16-2012 03:16 AM
Hi, I need to load firmware into a pic microcontroller using labview UI.Is there any way to design this?
‎11-16-2012 03:25 AM
Hi,
Labview is a software, your pic is a hardware : you will need a hardware to interface your pic with a PC.
So search a hardware which can be controlled (Serial, Dll, ethernet... etc.), and it will be easy...
‎11-16-2012 03:28 AM
I want to have a labview UI which will load a hex file onto pic controller using RS 232 interface on user selection.Could you please reply in that context? ..Thanks
‎11-16-2012 03:33 AM
Hi,
if the manufacturer of your hardware provide you how to communicate with your device through RS 232, so yes you will be able to program your pic...
Best Regards,
‎11-16-2012 03:43 AM
Can you please post any example vi about the same?
‎11-16-2012 03:45 AM
To program you chip, you will need a device :
PC <==Rs232==>DEVICE<===>PIC
what is the name of your device ?
Best Regards,
‎11-16-2012 03:48 AM
I have PIC dem 2 plus demo board
‎11-16-2012 03:50 AM
with an ICD 3
‎11-16-2012 03:53 AM
Hi,
you can search on forum "ICD 3", you will find many topics about it :
for exemple :
best Regards,
‎02-01-2013 03:27 AM
Hi all,
I am able to dump hex files into pic microcontroller using command line utilities that come with MPLAB. But, whenever I have to dump a hex file, I need to go to the ICD3 programmer utility location and paste the hex file to be loaded there. I tried feeding the address of the hex file in System Exec vi along with other necessary commands but it is unable to track the hex file and displaying an error as "hex file not found"..Is there any way to implement above functionality?