LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

To find termination character of ">"

Hi,
    I am trying to retrieve data from an instruments through serial port.
    I dont know exactly the byte count.But i know that  the data will end
    with character :>".
 
    For "/n" we are giving termination character "A" in hexadecimal and "10"
    in decimal.Like that what should i given as termination character for ">".
      
   Plzz someone help me.Smiley Sad
0 Kudos
Message 1 of 2
(2,433 Views)


@L4U wrote:
 
...
    For "/n" we are giving termination character "A" in hexadecimal and "10"
    in decimal.Like that what should i given as termination character for ">".
      ...


">" is decimal 62, hex 3E  (an ASCII table  is useful to have around ... or just put > in a sting control and change it from normal display to hex display).

=====================================================
Fading out. " ... J. Arthur Rank on gong."
Message 2 of 2
(2,418 Views)