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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
02/02/03 15:18
Read: times


 
#38071 - RE: sending pc data serially to 89c52
Responding to: ???'s previous message
To receive one echo from mC in your HyperTerminal do this change...

CALL INITIALIZE
LOOP:
CALL READ_SERIAL
call send ;<----echo form mC
MOV P1,A
JMP LOOP



List of 9 messages in thread
TopicAuthorDate
sending pc data serially to 89c52            01/01/70 00:00      
   RE: sending pc data serially to 89c52            01/01/70 00:00      
   RE: sending pc data serially to 89c52            01/01/70 00:00      
RE: sending pc data serially to 89c52            01/01/70 00:00      
RE: sending pc data serially to 89c52            01/01/70 00:00      
RE: sending pc data serially to 89c52            01/01/70 00:00      
RE: sending pc data serially to 89c52            01/01/70 00:00      
   RE: sending pc data serially to 89c52            01/01/70 00:00      
RE: sending pc data serially to 89c52            01/01/70 00:00      

Back to Subject List