Skip to content

Latest commit

 

History

History

dspic33e-uart-lpbk

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

image

UART LOOP-BACK

Description:

In this code examples, UART receives and buffers characters from the hyperterminal at 9600 baudrate. Once 8 characters are received, UART transmits (echoes) them back onto hyperterminal.

Note :- The PPS configuration in the uart_config.c source file changes with the device being used. The user is advised to refer the datasheet and use the appropriate values for RPINR/RPOR registers for proper operation.

Hardware Used

Software Used