EUSART examples (through serial port) for OpenLab platform- PIC microcontroller
Example 1: Example code to send a Byte(Character)through USART module in Asynchronous mode
Example 2: Example code to receive a Byte(a character) through USART module in Asynchronous mode and transmiting back to serial port.
Example 3: Example code to send a Byte(Character)through USART module in Asynchronous mode
Example 4: Example for sending a string through USART module in asynchronous mode.
Example 5: Example code to receive a string data from serial port, and sending back through USART module in asynchronous mode