Microcontroller › PIC › RECEIVER PROBLEM IN UART › there are two interrupts for
February 20, 2014 at 9:13 am
#11068
Ashutosh Bhatt
Participant
there are two interrupts for UART
1) with transmit data
2) with receive data
both have to be saparately enabled or disabled.
one of the best way to test UART with computer is use LOOP BACK mode.
send character from hyperterminal and receive same from controller on hyper terminal screen.