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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/03/03 12:17
Read: times


 
#42836 - RE: Printf getchar getkey
Responding to: ???'s previous message
Why not use the receive interrupt to buffer the input? Seems to me that that is all you want. Set a flag when there's data in your receive buffer and read it whenever you exepect and/or want it.

getc and similar all wait for input, so that is the normal behaviour one would expect from these functions.

List of 9 messages in thread
TopicAuthorDate
Printf getchar getkey            01/01/70 00:00      
   RE: Printf getchar getkey            01/01/70 00:00      
      RE: Printf getchar getkey            01/01/70 00:00      
   RE: Printf getchar getkey            01/01/70 00:00      
   RE: Printf getchar getkey            01/01/70 00:00      
      RE: Printf getchar getkey            01/01/70 00:00      
   RE: Printf getchar getkey            01/01/70 00:00      
   RE: Printf getchar getkey            01/01/70 00:00      
      RE: Printf getchar getkey            01/01/70 00:00      

Back to Subject List