LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

String of HEX to INT

Question using Labview 7.1 and Windows 2000.
I have a serial stream coming into my PC that is tab delimited HEX. This is read in by a VISA control and put into a string. I need to parse out the HEX data so I can convert it back to Long Integers.
How do I do this?
0 Kudos
Message 1 of 2
(2,544 Views)


@greg Shipley wrote:
Question using Labview 7.1 and Windows 2000.
I have a serial stream coming into my PC that is tab delimited HEX. This is read in by a VISA control and put into a string. I need to parse out the HEX data so I can convert it back to Long Integers.
How do I do this?




Spreadsheet String to Array with a format specifier of "%x"?

Rolf Kalbermatter
Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
0 Kudos
Message 2 of 2
(2,540 Views)