LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Code for converting ASCII string to Hexa String and vice versa

Can anyone provide code module for converting ASCII string to Hexa String and vice versa
0 Kudos
Message 1 of 5
(4,255 Views)
You can use a "flatten to string" and convert hexa to ascii
0 Kudos
Message 2 of 5
(4,246 Views)
0 Kudos
Message 3 of 5
(4,245 Views)
0 Kudos
Message 4 of 5
(4,243 Views)

cooldude wrote:
Can anyone provide code module for converting ASCII string to Hexa String and vice versa

No, you don't give enough infirmation to post a solution. The question is too ambiguous.

 

  1. What is an ASCII string?
    1. Plain text?
    2. Decimal, hexadecimal, etc. formatted numbers?
    3. ...
  2. What is an hexa string?
    1. Binary string, hexadecimal formatted string, etc.
  3. What is "convert"?
    1. Scan, typecast, format, etc.

PLease attach a VI that has a typical input string as diagram constant and tell us what result you expect.

Message 5 of 5
(4,233 Views)