Sorry. I posted the software with the modifications for seeing data in a correct way. Eoin must be right, I should use a Max232 to convert levels. Thanks to everyone.- ----- Original Message ----- From: Jinx To: Sent: Thursday, January 03, 2002 5:05 PM Subject: Re: [PIC]: RS-232 on 16F627 > > shifted one position lo the right, and inverted. > > Because they are being sent that way ?????? > > movlw 'A' ; ;byte to send > movwf 0x71 > rlf 0x71,1 ;right-shift > comf 0x71,1 ;invert > movfw 0x71 > movwf TXREG > call TransWt > > Remove the rlf and comf lines > > -- > http://www.piclist.com hint: The list server can filter out subtopics > (like ads or off topics) for you. See http://www.piclist.com/#topics > > -- http://www.piclist.com hint: The list server can filter out subtopics (like ads or off topics) for you. See http://www.piclist.com/#topics