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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
01/25/04 18:49
Read: times


 
#63321 - RE: SDCC examples
Responding to: ???'s previous message
Frank wrote:
-------------------------------
I need some examples in C for SDCC to kickstart coding in C.

Thanks, Frank

I have some code written in c for which uses sdcc compiler and 8031, on win 98 . I have a function to print data on LCD Display. I use a function to write character by character to the display. and also i have a function to write a string to the lcd display, which inturn use the character by character writing function. When i use the function to write a string, the string is not written properly to the display, but when i write a character, it is written properly. my function prototype for writing a string is
void printfL(unsigned char * str). The same function works very fine if i dont use space in the string, but when i use space and unwanted character is printed.

Please solve my problme

List of 18 messages in thread
TopicAuthorDate
SDCC examples            01/01/70 00:00      
   RE: SDCC examples            01/01/70 00:00      
      RE: SDCC examples            01/01/70 00:00      
         RE: SDCC examples            01/01/70 00:00      
            RE: SDCC examples            01/01/70 00:00      
               RE: SDCC examples            01/01/70 00:00      
                  RE: SDCC examples            01/01/70 00:00      
            RE: SDCC examples            01/01/70 00:00      
               RE: SDCC examples            01/01/70 00:00      
               RE: SDCC examples            01/01/70 00:00      
                  RE: SDCC examples            01/01/70 00:00      
RE: SDCC examples            01/01/70 00:00      
RE: SDCC examples            01/01/70 00:00      
RE: SDCC examples            01/01/70 00:00      
   RE: SDCC examples            01/01/70 00:00      
      RE: SDCC examples            01/01/70 00:00      
RE: SDCC examples            01/01/70 00:00      
RE: SDCC examples            01/01/70 00:00      

Back to Subject List