11-22-2014 07:56 AM
in university project i want to transmit float number serialy using labview. i dont know how to convert float into its individual bytes actualy i want to encode float in to its bytes. kindly help me about that
Solved! Go to Solution.
11-22-2014 08:43 AM
11-22-2014 08:49 AM
i m a new user of labview kindly can u give me a block diagram of it. for example l want to convert 18.25 to its 4 bytes and then want to send it serialy in labview how can i do that? i shal be very thankful to u sir for this help
11-22-2014 11:19 AM - edited 11-22-2014 11:20 AM
Sending "bytes" is typically done in the form of strings. SImply use typecast with the type input disconnected (or use "flatten to string").
To get started, easiest would be to use the example finder in LabVIEW and look for serial communications.
11-22-2014 11:22 AM
thnx sir can u give me the block diagram plz
11-22-2014 11:27 AM
11-22-2014 11:29 AM
help...find examples...search for "serial".
11-22-2014 11:38 AM
how to recover float number from its bytes then?
11-22-2014 11:42 AM
11-22-2014 01:09 PM
Why don't you do everyone a favor and try to put something together and show us what you got? If you skate now, we all pay later.