We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
i have seen some UART code implemented using BUFFER..... I have donE simple uart program using interrupt with lpc2148........ what is the advantage of using BUFFER
Shortly - less interrupts. You can setup the UART to generate an interrupt only if a number of characters (8, 14 etc.) have been received - not for every character.