| ??? 01/04/00 22:28 Read: times |
#1134 - RE: Serial initilizing |
Hi,
Your loop is not correct : cout: jnb TI,cout clr TI mov SBUF,a jmp cout Here you're waiting for TI=1 to be able to send next character, but the first time, no character are send, the TI is never set... Try this : cout: mov SBUF,a jnb TI,$ clr TI jmp cout |
| Topic | Author | Date |
| Serial initilizing | 01/01/70 00:00 | |
| RE: Serial initilizing | 01/01/70 00:00 | |
| RE: Serial initilizing | 01/01/70 00:00 | |
| RE: Serial initilizing (sorry) | 01/01/70 00:00 | |
RE: Serial initilizing (ur 1st example was ok) | 01/01/70 00:00 |



