Open Source PIC.org

Sharing is Freedom, Engineering is Reason and Mistakes are Progress

UART

Open Source UART Examples

Open Source UART for PIC18
Comming Soon We will be releasing something very soon!u

Open Source UART for PIC24/dsPIC
C30 PIC24F UART In the interrupt driven system, the program interrupts as soon as a character is received and can be handled right away.

Open Source UART for PIC32
C32 UART Polling This is a polling example.  At a fixed amount of time, which is programmable, the program interrogates the receive buffer to see if a character is recieved.
C32 UART Interrupt In the interrupt driven system, the program interrupts as soon as a character is received and can be handled right away.