Introduction - If you have any usage issues, please Google them yourself
Serial control procedures will generally be divided into two way query and interruption. Query applied to simple applications, simple and reliable, but the drawback is the need to occupy processor resources to send or receive data at the time should not make other things, the processor utilization rate. Interrupt mode, the send or accept data when the processor can do other work, more efficient.