0 UART main.gif

Code

#include "uart.h"
int main()
{
UART_Init(9600);
while(1)
{
UART_Printf("Welcome to PIC Serial Programming by ExploreEmbedded\n\r");
}
return (0);
}
Pic16f877a uart.PNG