PIC microcontroller Tutorials
USART in PIC16F877A microcontroller
PIC16F877A consists of a USART(Universal Synchronous Asynchronous Reciever Transmitter) module which can be used for serial communication between PIC and computer as well as with other peripherals. USART in PIC16F877A can be made to operate in either Synchronous mode or Asynchronous mode unlike 8051 where only asynchronous communication is Read more…