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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
05/24/01 12:19
Read: times


 
#11898 - 87C752 serial between 2 micros
I'm using a 87C752 Microcontroller. The receiving end is the same type of switch. The distance between the two micros is only about 1 to two 2 feet. I'm planning to add RF modules which would transmit serial data. I only need to send the data once and receive it once. I want to ouput 8-bits in Mode 0, 8-bit shift register mode. This is the data that I have for transmission and receive. Please Change it in any way possible for it to work.

Transmission:
MOV SBUF, R0
HOLD: JNB 99H, HOLD ; TI
CLR 99H ; TI

Receive:
JNB RI, $
CLR RI
MOV A, SBUF

Thank you.

List of 8 messages in thread
TopicAuthorDate
87C752 serial between 2 micros            01/01/70 00:00      
RE: 87C752 serial between 2 micros            01/01/70 00:00      
RE: 87C752 serial between 2 micros            01/01/70 00:00      
RE: 87C752 serial between 2 micros            01/01/70 00:00      
RE: 87C752 serial between 2 micros            01/01/70 00:00      
RE: 87C752 serial between 2 micros            01/01/70 00:00      
RE: 87C752 serial between 2 micros            01/01/70 00:00      
This might help            01/01/70 00:00      

Back to Subject List