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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
02/08/06 17:05
Read: times


 
Msg Score: +1
 +1 Good Answer/Helpful
#109532 - buffers
Responding to: ???'s previous message
Buffers imply interrupt driven serial communication.

The point of input buffer is, that the "main program" might be busy with something while the interrupt keeps receiving the bytes and stores them into a temporary storage (a FIFO = circular buffer). The main program can "pick up" the data from the buffer later.

The point of output buffer is something similar, the main program may "spit out" a load of bytes at once into the buffer, and the interrupt takes care of transmitting it gradually, while the "main" does already something else.

Jan Waclawek




List of 5 messages in thread
TopicAuthorDate
serial buffers            01/01/70 00:00      
   Some explanation here            01/01/70 00:00      
   buffers            01/01/70 00:00      
   Send/receive buffers            01/01/70 00:00      
      Aside: EEPROM            01/01/70 00:00      

Back to Subject List