LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Character representation

Hi..!
 
 I observed a serial port which is connect to device using serial port monitors. I saw there are some characters such as
 
  Q52
  R6B
 
Is there any control charecters which is equal to this..?
 
Thanx and Regards,
Venki.
 
0 Kudos
Message 1 of 2
(2,849 Views)

These are normal characters. Control characters (such as "start of text "(ASCII Code 002) or "end of text" (ASCII Code 003)) are not represented by letters or numbers. Check out a ASCII Table:

http://www.asciitable.com/

 

0 Kudos
Message 2 of 2
(2,829 Views)