LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

ASCII HEX

I have a device that receive what the manufactures call ASCII HEX, apparently this means a value of 237 decimal (0x0ED) is sent as ASCII code 69 "E" followed by ASCII code 68 "D". Does anyone know how to do this in LV as I'm finding it harder than it looks.

 

Thanks

 

Ollie

0 Kudos
Message 1 of 4
(2,382 Views)

This is the function that you want:

Number To Hexadecimal String Function

Adnan Zafar
Certified LabVIEW Architect
Coleman Technologies
0 Kudos
Message 2 of 4
(2,378 Views)

Hi Adnan,

 

What I need is for hex value "ED"  to be converted and sent as values 69 & 68 which are Ascii codes.

 

Ollie

 

 

0 Kudos
Message 3 of 4
(2,361 Views)

String to Byte Array.

0 Kudos
Message 4 of 4
(2,353 Views)