Maker Pro
Maker Pro

Know how

W

Wong

Jan 1, 1970
0
Hi,
Debugging using Hyper Terminal is interesting. I know that
microcontroller communicating with HT through RS232, but what is the
"character format" that HT using ? i.e. how HT know that the micron is
sending an "A" ?
Is this "A" represented in ASCII value, 0x41 and micron send out
0x41 to HT?
Thanks in advance.
 
Z

Zorknob

Jan 1, 1970
0
Hi,
Debugging using Hyper Terminal is interesting. I know that
microcontroller communicating with HT through RS232, but what is the
"character format" that HT using ? i.e. how HT know that the micron is
sending an "A" ?
Is this "A" represented in ASCII value, 0x41 and micron send out
0x41 to HT?
Yes. HT uses the ASCII character set.
 
J

Jorkoy

Jan 1, 1970
0
Hi,
Debugging using Hyper Terminal is interesting. I know that
microcontroller communicating with HT through RS232, but what is the
"character format" that HT using ? i.e. how HT know that the micron is
sending an "A" ?
Is this "A" represented in ASCII value, 0x41 and micron send out
0x41 to HT?
Thanks in advance.


What type of serial port and cable do you use?

Jorkoy
 
Top