??? 06/19/09 06:36 Read: times |
#166239 - You have to do it yourself Responding to: ???'s previous message |
The standard 8051 UART has no facility for any form of automatic flow control - neither hardware nor software.
Therefore, if you want XON/XOFF ("software") flow control, you are going to have to write the code to do it - unless your particular variant has some special feature, in which case you'll have to study its datasheet. I think Keil's interrupt-driven serial IO example (on their downloads page) also illustrates XON/XOFF... |