CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

printf("OK");

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
LIAN
Guest







printf("OK");
PostPosted: Fri Apr 06, 2007 2:26 am     Reply with quote

printf(lcd_putc, "OK")---we can see "OK" in LCD

printf("OK");------where can we see "OK"?
libor



Joined: 14 Dec 2004
Posts: 288
Location: Hungary

View user's profile Send private message

PostPosted: Fri Apr 06, 2007 3:04 am     Reply with quote

on the serial port, that you have initialized with #use rs232... command previously.
LIAN
Guest







but still
PostPosted: Fri Apr 06, 2007 3:17 am     Reply with quote

I have done printf("OK"); but I have gotten <-Åþ>
but not <OK>. I use <Free>, is there sth to configure?
Ttelmah
Guest







PostPosted: Fri Apr 06, 2007 7:14 am     Reply with quote

The #use delay line, must match the clock source being used by the processor, and the right hardware connections (level translators/inverters) are needed.

Best Wishes
noname
Guest







PostPosted: Sat Apr 07, 2007 2:59 am     Reply with quote

Also make sure you have the correct baudrate.
rnielsen



Joined: 23 Sep 2003
Posts: 852
Location: Utah

View user's profile Send private message

PostPosted: Mon Apr 09, 2007 8:39 am     Reply with quote

Make sure the 'bits' in the #use rs232() is set to the same as your terminal program. This has bit me a few times (no pun intended) when the wizzard stuck bits=9 in it when I actually use 8 bits in my terminal setup.

Ronald
LIAN
Guest







thank you for your replay
PostPosted: Mon Apr 09, 2007 2:14 pm     Reply with quote

thank you, i will try it and then tell your the result
Humberto



Joined: 08 Sep 2003
Posts: 1215
Location: Buenos Aires, La Reina del Plata

View user's profile Send private message

PostPosted: Mon Apr 09, 2007 6:01 pm     Reply with quote

Just to remember an old tibetano saying:
"When everything else fails and nothing work: read the instructions" Cool

http://www.ccsinfo.com/faq.php?page=rs232_errors


Humberto
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group