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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
10/09/10 15:35
Read: times


 
#179012 - Binary to Ascii Decimal Conversion
Responding to: ???'s previous message
You'll need to be doing a binary to ascii decimal conversion process to get the display you want. If you are using C language this can simply be done with a sprintf() function call.

Things are a little harder when you are using assembly language because you have to code your own conversion routine. There are numerous samples to look at in the "Code Library" which you can access by clicking the button to the left.

Michael Karas


List of 5 messages in thread
TopicAuthorDate
counter in 8051            01/01/70 00:00      
   Binary to Ascii Decimal Conversion            01/01/70 00:00      
      ascii value            01/01/70 00:00      
         Not quite            01/01/70 00:00      
   This might help you.            01/01/70 00:00      

Back to Subject List