LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Communicating LabVIEW to PIC18F4550

Hi experts,

 

I am trying to build a serial communication between LabVIEW and PIC18F4550 through rs232.

 

I am developing a vi based on "Basic Serial Write and Read.vi".

Can I write a C script and compile this script into hex code before feeding the data into PIC18F4550 through rs232?

Is this possible to be done within LabVIEW or do I neeed to call external program, such as ccsc.exe, to do the compiling work?

 

Thank you very much.

 

 

0 Kudos
Message 1 of 2
(2,339 Views)

Do you have a bootloader for the PIC that monitors the serial port to see if there's new code available? If so, the answer is that you can use LabVIEW to send the new code to the PIC. Otherwise you have to use the programmer.

0 Kudos
Message 2 of 2
(2,329 Views)