??? 03/16/09 20:16 Read: times |
#163507 - Sending an A Responding to: ???'s previous message |
Erik is right, if you use MOV SBUF,41H you move from RAM-location 41H to SBUF, not the letter A to SBUF
You should write MOV SBUF,#'A' or MOV SBUF,#41H to send the letter A |
Topic | Author | Date |
Help with codes for serial communication | 01/01/70 00:00 | |
the mistake we all make, occsionally | 01/01/70 00:00 | |
RE: Help with codes for serial communication | 01/01/70 00:00 | |
Two changes - why? | 01/01/70 00:00 | |
Two changes - why? | 01/01/70 00:00 | |
Mistake with the baud rate | 01/01/70 00:00 | |
Baud rate calculator | 01/01/70 00:00 | |
It's not a compiler... | 01/01/70 00:00 | |
Sending an A | 01/01/70 00:00 | |
the typical case | 01/01/70 00:00 | |
RE: the typical case![]() | 01/01/70 00:00 | |
Finally! It's working now | 01/01/70 00:00 | |
Great! | 01/01/70 00:00 | |
Link? | 01/01/70 00:00 | |
RE: Link | 01/01/70 00:00 |