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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
08/29/11 06:11
Read: times


 
#183510 - Methods in brief
Responding to: ???'s previous message
At least 1 packet less What does this mean?

Method 1:

Slave to master - The master addresses each slave in a sequence in the superloop, and prepares the addressed slave (for data re-transmission) to send back its data bytes, and waits for the End Of Comm Byte from the slave. Then, it proceeds to the next slave in the loop.

Master to slave - when an operation requires data bytes to be sent to a slave, the master addresses the slave (for data reception) and sends the bytes.

Method 2:

Slave to master is same as above.

Master o slave - when an operation requires data bytes to be sent to a slave, the bytes will be stored in the array of the slave. These slave arrays will be sent after each slave is addressed (for data reception) by the master in the superloop.

Which one we should opt?

Thanks

List of 17 messages in thread
TopicAuthorDate
Multiprocessor Communication 8052            01/01/70 00:00      
   where is bottleneck?            01/01/70 00:00      
      That's the usual approach            01/01/70 00:00      
         one comment            01/01/70 00:00      
            9th Bit - How ?            01/01/70 00:00      
               how to use bit 9 for data bytes?            01/01/70 00:00      
               one form of 9th bit use            01/01/70 00:00      
                  One byte            01/01/70 00:00      
                     One Byte !!!            01/01/70 00:00      
                        re: 1 byte - MDB            01/01/70 00:00      
                           Strong work            01/01/70 00:00      
                              Just as there is a timeout            01/01/70 00:00      
                        my reason            01/01/70 00:00      
                            Protocol should preferably support dry-counting for EOP pos            01/01/70 00:00      
      Methods in brief            01/01/70 00:00      
         At least 1 packet less (sic)            01/01/70 00:00      
         Neither!            01/01/70 00:00      

Back to Subject List