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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
11/09/02 06:55
Read: times


 
#32202 - RE: ASCII data stream help........
hi;
your need to add this in your isr:
1.check if initiating char has already been recd.put a flag.
;push registers
|
clr ri
mov a,sbuf
jb flag1,process_data
cjne a,#011,exit
setb flag1
jmp exit
process_data:
;read data by tagging each field with
;flag or by decrmenting temp
;you may use buffering technique recommended
;in other posts
;after reception is over reset all flags

exit:
;pop registers
|
reti

pranav



List of 5 messages in thread
TopicAuthorDate
ASCII data stream help........            01/01/70 00:00      
RE: ASCII data stream help........            01/01/70 00:00      
RE: ASCII data stream help........            01/01/70 00:00      
RE: ASCII data stream help........            01/01/70 00:00      
RE: ASCII data stream help........            01/01/70 00:00      

Back to Subject List