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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
08/23/04 23:28
Read: times


 
#76305 - RE: ASCII in a larger range than 0-15?
Responding to: ???'s previous message
Your task still obscure and I think that you are confusing hex values and ASCII code.

please see if that is what you want:

you want to send the the characters ! , # and *. In hex they are, respectively, 0x20, 0x22, 0x2a. They will be sent over a serial line.

You think: how can I send these characters if they are over 15 (0x0f, in hex)? 0x0f is the largest value if you are using just 4 bits.

In fact you are probably using 8 bits, so you can send a value up to 0xFF (255 decimal)

hth... if not, please elaborate more your doubt.

List of 10 messages in thread
TopicAuthorDate
ASCII in a larger range than 0-15?            01/01/70 00:00      
   RE: ASCII in a larger range than 0-15?            01/01/70 00:00      
      RE: ASCII in a larger range than 0-15?            01/01/70 00:00      
         RE: ASCII in a larger range than 0-15?            01/01/70 00:00      
   RE: ASCII in a larger range than 0-15?            01/01/70 00:00      
   Violating the ASCII standard            01/01/70 00:00      
      Print an ASCII chart!            01/01/70 00:00      
         RE: Print an ASCII chart!            01/01/70 00:00      
   RE: is this it?            01/01/70 00:00      
      RE: is this it?            01/01/70 00:00      

Back to Subject List