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 08:15
Read: times


 
#138608 - everything ok
Responding to: ???'s previous message
hi all,

thank you for all idea.

i already check and found that some noise maked this problem and i were modify the code for receive, everything ok now.

i think must check first and make sure the start bit, and after that receive data.

this is code for ref., pls tell me if have any wrong.

regards,
Linh.


receive_from_rack:
        push    03h
        push    04h
        push acc
get_char_2:
        mov     r3,#10
        jb       rxdn,$
get_char_1:
        jb       rxdn,get_char_2
        djnz    r3,get_char_1
        mov     r4,#8
        mov     r3,#10
        djnz    r3,$
        jb      rxdn,get_char_2
get_char:
        mov     r3,#45
        djnz    r3,$
        mov     c,rxdn
        rrc     a
        djnz    r4,get_char
        mov     final,a
        pop acc
        pop     04h
        pop     03h
        ret



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