Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/16/02 08:39
Read: times


 
#21823 - RE: Serial Comm on Philips P89c51rb2
After having gone through the register settings, it is aparent that you are using 9 bit mode. IS your receiving device configured for 9 bit operation?

Try the following:

EA=0
LOOP:
CLR TI
MOV SBUF, DATA (You want to xmit)
JNB TI, $
JMP LOOP


If it does not work, can you send me the code you are trying?

Regards

IA


List of 6 messages in thread
TopicAuthorDate
Serial Comm on Philips P89c51rb2            01/01/70 00:00      
RE: Serial Comm on Philips P89c51rb2            01/01/70 00:00      
RE: Serial Comm on Philips P89c51rb2            01/01/70 00:00      
RE: Serial Comm on Philips P89c51rb2            01/01/70 00:00      
RE: Serial Comm on Philips P89c51rb2            01/01/70 00:00      
RE: Serial Comm on Philips P89c51rb2            01/01/70 00:00      

Back to Subject List