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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
08/25/04 12:35
Read: times


 
#76398 - RE: Print an ASCII chart!
Responding to: ???'s previous message
hum, hum .... I don't even get where the problem is.

You have to send values in the range 0-255 which is exactly the unsigned char range,
unsigned char is usually the kind of data used to handle characters in C,
and by chance also the format of any adressed data (8 bit) for the 8052 (forgetting the DPTR trick)

So by transitivity

1) you are lucky
2) a char is just what you need
3) the 8052 is perfect for the job


Regards Benjamin,


(if you don't send this thread to 8052 forums you will be doomed)

Ps : 8051 forums, you will only cost you a leg ;-p

(this is not flame this is humor)

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