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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
08/20/01 21:50
Read: times


 
#14275 - RE: @@##??!! Thanks for suggestions
Hi Maurizio,

if you want C example code, try this:

http://www.specs.de/~danni/ap.../index.htm

For byte transmit and receive you can use putchar() and getchar().
Also you can implement your own putchar(), e.g. to a LCD and then you can use printf() to display some text on the LCD, since printf() calls putchar().

If you an assembler expert, use the
#pragma cd
statement. Then you can see on the list file, which assembler code was generated.

Have you read the C51 primer as I suggested on your earlier posting ?

It's really very helpful to understand efficient memory usage.


Peter


List of 4 messages in thread
TopicAuthorDate
@@##??!! Thanks for suggestions            01/01/70 00:00      
RE: @@##??!! Thanks for suggestions            01/01/70 00:00      
RE: @@##??!! Thanks for suggestions            01/01/70 00:00      
RE: @@##??!! Thanks for suggestions            01/01/70 00:00      

Back to Subject List