Hello LabVIEW community,
I tried getting help earlier on my problem but wasn't able to come to the conclusion that I needed. Here is the situation. I have a micro controller that transmits 8 bits at a time over UART. I need to send a float value that is 32 bits. I decided to send the number in four 8 bit segments. I was wondering if there was a way in labview to take my four 8 bit values, construct it back into a 32 bit float value and then write that value into a file? Currently I have the following VI built. I have my firmware programmed to write the integer values 0 to 255 when it received the ASCII letter 'g' in it's received buffer (hence the VISA write block in my labVIEW program). I have tested and confirmed in my firmware debugger that I can receive characters being transmitted by the LabVIEW program. I was wondering if someone could help point me into the right direction.