Author |
Message |
Topic: how to use printf() function |
yahyooh
Replies: 1
Views: 3368
|
Forum: General CCS C Discussion Posted: Sun Feb 20, 2011 1:43 pm Subject: how to use printf() function |
Can anyone help me on this code
float value=23.11;
printf("\n %f",value);
How can I use the "printf()" function with numbers that have point and numbers after the po ... |
Topic: rs232 problem |
yahyooh
Replies: 6
Views: 6675
|
Forum: General CCS C Discussion Posted: Fri Feb 18, 2011 12:32 pm Subject: rs232 problem |
Hi Ttelmah I faced a new problem this time on how can I display
a float from variables. I tried this code but it didn't work.
float distance1,equy;
if(distance1>=6&&distance1< ... |
Topic: rs232 problem |
yahyooh
Replies: 6
Views: 6675
|
Forum: General CCS C Discussion Posted: Fri Feb 18, 2011 3:35 am Subject: which library |
The function ISDIGIT(), does it need a certain library to be defined
because I tried to compile the code it didn't work.
Thanx alot. |
Topic: rs232 problem |
yahyooh
Replies: 6
Views: 6675
|
Forum: General CCS C Discussion Posted: Fri Feb 18, 2011 2:26 am Subject: thanx alot |
Thank you Ttelmah I really enjoyed your smart code and I will use it in my project.
Best Wishes |
Topic: rs232 problem |
yahyooh
Replies: 6
Views: 6675
|
Forum: General CCS C Discussion Posted: Thu Feb 17, 2011 8:26 am Subject: rs232 problem |
Can anyone tell me how can I receive more than one digit in ascii (I mean rs232) and convert them to int variable.
For example if I want to receive number 12 via rs232 I have to receive the value of ... |
Topic: pic18f67j10 |
yahyooh
Replies: 6
Views: 6098
|
Forum: General CCS C Discussion Posted: Thu Mar 04, 2010 12:53 pm Subject: pic18f67j10 |
ok then i will test again & i will contact you for any news
thanx alot |
Topic: pic18f67j10 |
yahyooh
Replies: 6
Views: 6098
|
Forum: General CCS C Discussion Posted: Thu Mar 04, 2010 12:40 pm Subject: pic18f67j10 |
my ver. is 4.105 can you find a sulotion???
thanx a lot |
Topic: mikroc library into ccs is it possible ..? |
yahyooh
Replies: 2
Views: 3861
|
Forum: General CCS C Discussion Posted: Thu Mar 04, 2010 12:07 pm Subject: mikroc library into ccs is it possible ..? |
I dont think so, but I am not sure. |
Topic: pic18f67j10 |
yahyooh
Replies: 6
Views: 6098
|
Forum: General CCS C Discussion Posted: Thu Mar 04, 2010 12:03 pm Subject: pic18f67j10 |
No I am sure of it. I tried many times. The Error message says that clock is out of range. I tried another clock frequency but the same appears to me & for knowledge I tried to write the program i ... |
Topic: pic18f67j10 |
yahyooh
Replies: 6
Views: 6098
|
Forum: General CCS C Discussion Posted: Wed Mar 03, 2010 2:32 am Subject: pic18f67j10 |
Can anybody tell me way. I see an Error during compiling while I use pic18f67j10 in
#use delay(clock=10000000)
I tried many times but no response. |
Topic: colored LCDs |
yahyooh
Replies: 0
Views: 2576
|
Forum: General CCS C Discussion Posted: Tue Sep 02, 2008 5:44 pm Subject: colored LCDs |
do the touch colored LCDs used in PICs application please show me any application? |
|