use of RXC bit in UCSRA of atmega32

Thread Starter

rajeevakarv

Joined Apr 30, 2010
2
hey friends!!
can any one please describe me how this pin is used in case of serial port communication using RS232..
whether it is enabled by the interrupt or we have to give command for that???
thnx
 

hgmjr

Joined Jan 28, 2005
9,027
RXC is the bit used to indicate when a character has been received complete. It can be used in a polling mode or you can set up the AVR to trigger an interrupt on receive complete.

hgmjr
 
Top