2008/9/11, Eur van Andel <[EMAIL PROTECTED]>: > > I'm fiddling with serial_receive but I fear an ISR is needed to quickly > receive stuff. This is a flavor of serial we should add to the library: isr-driven with queue. - The receive queue prevents char loss when we're too busy to process a received char. - The transmit queue helps in fast outputting a few chars (e.g. a word) so the program does not have to wait until these chars are realy transmitted.
I made some of these code before. If you want I can post it. Joep --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jallib" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/jallib?hl=en -~----------~----~----~----~------~----~------~--~---
