From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

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,380 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,376 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,359 Views)

String to Byte Array.

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