Overview
This example VI demonstrates the method to convert ASCII characters into the same value but in hex representation
Description
This example converts ASCII characters into the same value but in hex representation (ie 'A' = 0xA). The example also goes on to convert that hex value into a floating point number. To use, put in a string into the ASCI string control and press run. You can interact with the control after the VI is running as it is in a while loop. To stop the VI, press the stop button.
Requirements
Steps to Implement or Execute Code
Additional Information or References
VI Snippet
**This document has been updated to meet the current required format for the NI Code Exchange.**
Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.
Could you add an option for little endian? I'm trying to go from Hex to IEEE754 32bit float.