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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/09/12 21:03
Modified:
  03/09/12 21:07

Read: times


 
#186538 - Not familiar with the module...
Responding to: ???'s previous message
... but just a general observation.

Why


TEST_RI:
   MOV A,SCON1
   ANL A,#01H		;TEST RI1 FLAG TO SEE IF A BYTE IS READY TO BE READ FROM PERIPHERAL DEVICE
   JZ TEST_RI
 


when


jnb RI, $
 


would be more succinct and do exactly the same thing?

Also,
but the module isnt responding by sending its specified 'ack' packet back to MCU.


Do you know for sure the module isn't responding, or is it your code not recognising the response. Whereabouts does your code get to?


List of 17 messages in thread
TopicAuthorDate
Serial coms, bytes not matching in serial capture            01/01/70 00:00      
   Couple of things at first glance...            01/01/70 00:00      
      Response            01/01/70 00:00      
         OK            01/01/70 00:00      
   what does the instruction spell out            01/01/70 00:00      
      Instruction says            01/01/70 00:00      
         Got it            01/01/70 00:00      
            have a good read            01/01/70 00:00      
               Nitgen FIM5360 module            01/01/70 00:00      
                  Not familiar with the module...            01/01/70 00:00      
                     Boot up time...            01/01/70 00:00      
                     Response            01/01/70 00:00      
                        Isn't boot time always time from reset or time from power-on            01/01/70 00:00      
                           Ok            01/01/70 00:00      
                        SCON1...            01/01/70 00:00      
                           Jumping from RET to Jump Start            01/01/70 00:00      
   Please Ignore last post, issue resolved            01/01/70 00:00      

Back to Subject List