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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
01/06/01 04:33
Read: times


 
#7891 - RE: Serial Port Weird Problem
OK. The full codes are as below

MOV R1,#5
MOV A, #(TABLE - LOAD)
MOVC A,@A+PC
MOV R0,A
LOAD: MOV A,@R0 ;Load in byte
WAIT: JNB TI, WAIT
CLR TI
MOV SBUF, A
INC R0
DEC R1
JNZ LOAD
END
TABLE .DB #01H,#03H,#00H,#04H,#0CH





List of 17 messages in thread
TopicAuthorDate
Serial Port Weird Problem            01/01/70 00:00      
RE: Serial Port Weird Problem            01/01/70 00:00      
RE: Serial Port Weird Problem            01/01/70 00:00      
RE: Serial Port Weird Problem            01/01/70 00:00      
RE: Serial Port Weird Problem            01/01/70 00:00      
RE: Serial Port Weird Problem            01/01/70 00:00      
RE: Serial Port Weird Problem            01/01/70 00:00      
RE: Serial Port Weird Problem            01/01/70 00:00      
RE: Serial Port Weird Problem            01/01/70 00:00      
RE: Serial Port Weird Problem            01/01/70 00:00      
RE: Serial Port Weird Problem            01/01/70 00:00      
RE: Serial Port Weird Problem            01/01/70 00:00      
RE: Serial Port Weird Problem            01/01/70 00:00      
RE: Serial Port Weird Problem            01/01/70 00:00      
RE: Serial Port Weird Problem            01/01/70 00:00      
RE: Serial Port Weird Problem            01/01/70 00:00      
RE: Serial Port Weird Problem            01/01/70 00:00      

Back to Subject List