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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
05/04/07 15:06
Modified:
  05/04/07 15:07

Read: times


 
#138625 - one more
Responding to: ???'s previous message
hi,

Gia Linh,

I do not know what the application does exactly so next words are just suggestion, however:

when you wait for some external signal it may be need to implement timeout recovery feature.
Your code does:
        jb       rxdn,$
but what does happen if "other side" never sets pin to low level due a failure, malfunction etc? Your code will run into unfinite loop, does it? Sometimes it is okay, nevertheless some applications require to be ready for other events, for own tasks or at least for reporting about such failure.
Just look over your code carefully: it is not good if a program waits till patient pushes "call" button when he cannot do it due his faint.

Regards,
Oleg

List of 14 messages in thread
TopicAuthorDate
bit-bang proplem            01/01/70 00:00      
   bit bang can be many things            01/01/70 00:00      
   Optocouplers            01/01/70 00:00      
      re:schematic and code            01/01/70 00:00      
         Speed?            01/01/70 00:00      
            Do you have a CRO to see the wave forms?            01/01/70 00:00      
         different timing            01/01/70 00:00      
            everything ok            01/01/70 00:00      
               not quite so...            01/01/70 00:00      
                  requested sermon            01/01/70 00:00      
                     thanks, Erik...            01/01/70 00:00      
                  one more            01/01/70 00:00      
                     that is not necessarily good enough            01/01/70 00:00      
                        check time            01/01/70 00:00      

Back to Subject List