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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
07/17/02 03:54
Read: times


 
#25915 - RE: Serial - Problems to transmit
hi;
are you sure it does not transmit ANY charecters?looks like it should send one charecter and then stop sending.
other way to send charecter could be:

rx_tx_isr:
jbc ri,jmp_rec
clr ti
mov sbuf,p1
reti
jmp_rec:
clr p1.7
cpl p1.0
reti


;initial code
;generating s/w interrupt to initiate tx
setb ti
jmp $
end
regards
pranav


List of 6 messages in thread
TopicAuthorDate
Serial - Problems to transmit            01/01/70 00:00      
RE: Serial - Problems to transmit            01/01/70 00:00      
RE: Serial - Problems to transmit            01/01/70 00:00      
RE: Serial - Problems to transmit            01/01/70 00:00      
RE: Serial - Problems to transmit            01/01/70 00:00      
RE: Serial - Problems to transmit            01/01/70 00:00      

Back to Subject List