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

Back to Subject List

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


 
#44766 - RE: C bin/hex to Ascii Converion
Responding to: ???'s previous message
The sprintf() solution is a very good general purpose conversion processor. By including it in your program one time you get the library stuff to deal with decimal, hex, octal, etc etc.

I have used this technigue in C code for many many years on various platforms. The resulting strings are useful for transmission to LCD modules, Serial Ports, Print Mechanism output, and even data logging where the log must be directly readable.

Michael Karas


List of 20 messages in thread
TopicAuthorDate
C bin/hex to Ascii Converion            01/01/70 00:00      
   RE: C bin/hex to Ascii Converion            01/01/70 00:00      
   RE: C bin/hex to Ascii Converion            01/01/70 00:00      
      RE: C bin/hex to Ascii Converion            01/01/70 00:00      
   RE: C bin/hex to Ascii Converion            01/01/70 00:00      
      RE: C bin/hex to Ascii Converion            01/01/70 00:00      
         RE: C bin/hex to Ascii Converion            01/01/70 00:00      
            RE: C bin/hex to Ascii Converion            01/01/70 00:00      
               RE: C bin/hex to Ascii Converion            01/01/70 00:00      
   RE: C bin/hex to Ascii Converion            01/01/70 00:00      
   RE: C bin/hex to Ascii Converion            01/01/70 00:00      
      RE: C bin/hex to Ascii Converion            01/01/70 00:00      
         RE: C bin/hex to Ascii Converion            01/01/70 00:00      
         RE: C bin/hex to Ascii Converion            01/01/70 00:00      
   RE: C bin/hex to Ascii Converion            01/01/70 00:00      
      RE: C bin/hex to Ascii Converion            01/01/70 00:00      
         RE: C bin/hex to Ascii Converion            01/01/70 00:00      
         RE: C bin/hex to Ascii - (C)rude            01/01/70 00:00      
   RE: C bin/hex to Ascii Converion            01/01/70 00:00      
      RE: C bin/hex to Ascii Converion            01/01/70 00:00      

Back to Subject List