Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
09/28/05 16:42
Read: times


 
#101683 - not looking better answers
Responding to: ???'s previous message
i've maked this post because Erik said in a reply:

"i've concerned master/slave. the idea is to connect more or less 1 master and 6 slaves then this is a bad title"

i'm trying to be clear, maybe using the first subject "serial communication betwwen 2 at89c52" and adding 5 more at89c52 make it confusing.

about the:

You still don't get it. You must wait until the first char is completely sent out of the UART before you send a new one. You must wait for TI to become 1.

you said too:

That's because you haven't paid attention to my comment. Using

  SBUF = x;
  while (TI==1);
  SBUF = y;
  while (TI==1);


Is virtually the same as

  SBUF = x;
  SBUF = y;


Especially as you clear TI in the interrupt!

so the true is i don't understand you what is going wrong. can you tell me more cleary, please be patience i'm new in this.

thanks,

Ruben Porras

List of 7 messages in thread
TopicAuthorDate
Serial communication 1 master 6 slaves            01/01/70 00:00      
   Double Post            01/01/70 00:00      
      not looking better answers            01/01/70 00:00      
         Virtually the same doesn't mean correct            01/01/70 00:00      
            thanks            01/01/70 00:00      
   the mouse ate an elephant            01/01/70 00:00      
      thanks anyway            01/01/70 00:00      

Back to Subject List