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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/23/09 12:39
Read: times


 
#164801 - 33h != 'S'
Responding to: ???'s previous message
Dear Shankar,

First of all plz format your code, and make it readale

Also in your code you have written

 mov a,#33h ;hex equivalent for 'S' 
lcall send 
setb sda 
setb scl


33h is ascii for '3'
ascii for 'S' is 53h

Regards,
Mahesh


List of 10 messages in thread
TopicAuthorDate
89s52 with 24c512 and ds 1307            01/01/70 00:00      
   Please format your code            01/01/70 00:00      
      Why you should comment your code            01/01/70 00:00      
         Why you should comment your code            01/01/70 00:00      
            Yes, but this is difficult for a new learner.            01/01/70 00:00      
               RTC and EEPROM            01/01/70 00:00      
                  thanks            01/01/70 00:00      
   33h != 'S'            01/01/70 00:00      
      ASCII characters shouldn't be converted to hex or decimal            01/01/70 00:00      
   EEPROM            01/01/70 00:00      

Back to Subject List