11-30-2012 09:12 AM
Hello,
Within a school project, we are using Labview 7.0 to display and process frames we receive on a serial port.
The frames are received in a ascii mode.
We would like to know the programming structure to convert these ascii frames in hexadecimal type so that we could process them in the following of our program.
We already found many examples on the Net but no one matching with Labview 7.0.
We would be glad if some one had some advice or a V.I at disposal.
Thanks by advance !
Nicolas & Thomas
11-30-2012 09:18 AM
Hi Nic & Thomas,
when you receive hexnumbers as ASCII text you should use this function to convert those into numerics...
When that's not your case you should attach an example VI with received string and wanted result...