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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
02/16/05 15:53
Read: times


 
#87671 - try this
Responding to: ???'s previous message
Is there a function or way to send both values to the LCD to print out, Please tolerate our ignorance since we are lost and have no idea wher to go from here.
Who knows MicroC is not "what everyone uses".

A somewhat qualified guess is that you have BCD or "double byte"

If BCD
print x
shift x 4 right
print x

id double byte
print x
shift x 8 right
print x

You will need to modify the above to rectify the sequence, but see if it works first

Erik

List of 18 messages in thread
TopicAuthorDate
Bipom Voltage Meter            01/01/70 00:00      
   So, whats wrong            01/01/70 00:00      
   it would be nice            01/01/70 00:00      
   and ...            01/01/70 00:00      
      deja vu!            01/01/70 00:00      
         all over again            01/01/70 00:00      
   No other ideas ?            01/01/70 00:00      
      nasty            01/01/70 00:00      
         True.            01/01/70 00:00      
   LAck of knowledge            01/01/70 00:00      
      try this            01/01/70 00:00      
      Programming ?            01/01/70 00:00      
         arrays            01/01/70 00:00      
            truth, nothing but and the WHOLE truth            01/01/70 00:00      
            ?            01/01/70 00:00      
      Questions            01/01/70 00:00      
   try            01/01/70 00:00      
   split it            01/01/70 00:00      

Back to Subject List