Rob, thanks for responding.
I will be using the serial port to download the hex files into the microcontroller. I was hoping I can send the whole hex files through the serial port into the microcontroller, but that's not the case. From what I know so far, you have to build the packet and then send the packet to the microcontroller. What I mean by packet format is this ||Cmd|Subcmd|Data 0|...|Data n||Cksum|
To make it simple. How would you download some hex files into a microcontroller (Flash) using LabView? Any information would be appreciated.