Hi fellow PICsters! I was hoping someone could steer me in the right direction on a problem I am having. I am using a PIC16C74A with the USART. Data seems to transmit ok (9600 baud) but for some reason the reception is not working. This is how I initialized that port: (BRGH is already initialized with the transmit initialization) Bank1 Movlw b'1000000' Trisc Bank0 Movlw b'10010000' Movwf RCSTA Bank1 Bcf PIE1,RCIE The program watches PIR1,RCIF until it is set, then reads the contents of the RCREG. I've tried many different things but for some reason I cannot get this to work. What could I be missing??? Thanks in advance, Jay Mielke