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 CCS Technical Support

Search found 12 matches
CCS Forum Index
Author Message
  Topic: ZERO Output on the LCD
bimba

Replies: 9
Views: 11474

PostForum: General CCS C Discussion   Posted: Fri Mar 01, 2013 5:25 am   Subject: ZERO Output on the LCD
Thanks all,

i have been able to correct the errors.

but another issue is this, after adding some more components on proteus,

and simulating, i get this error :

I don't see why your ADC is ...
  Topic: ZERO Output on the LCD
bimba

Replies: 9
Views: 11474

PostForum: General CCS C Discussion   Posted: Mon Feb 25, 2013 3:47 pm   Subject: ZERO Output on the LCD
thanks jay,

what i mean by 'LCD output ZERO' is that i was expecting something like

Rx =90 as written in my code, but instead i got Rx = 0 on the LCD.


I am using ccs c v 4.104 and i sim ...
  Topic: ZERO Output on the LCD
bimba

Replies: 9
Views: 11474

PostForum: General CCS C Discussion   Posted: Mon Feb 25, 2013 8:29 am   Subject: ZERO Output on the LCD
Dear All,


After successful compilation of this code in ccs, the LCD output Zero. Please

help out.

Thanks


[#include <16F877A.h>
#device *= 16
#device adc=8
#fuses HS, NOWDT, N ...
  Topic: compiling error
bimba

Replies: 8
Views: 8708

PostForum: General CCS C Discussion   Posted: Tue Feb 19, 2013 9:37 am   Subject: compiling error
I don't have your compiler version.

However, you were told in response to your previous thread, that v4.032 is at best considered a beta version.

Others have tried your code and report no errors ...
  Topic: compiling error
bimba

Replies: 8
Views: 8708

PostForum: General CCS C Discussion   Posted: Tue Feb 19, 2013 6:46 am   Subject: compiling error
I don't have your compiler version.

However, you were told in response to your previous thread, that v4.032 is at best considered a beta version.

Others have tried your code and report no errors ...
  Topic: compiling error
bimba

Replies: 8
Views: 8708

PostForum: General CCS C Discussion   Posted: Mon Feb 18, 2013 4:28 am   Subject: compiling error
It's essential to read the forum guide.

Which compiler version are you using?

Mike

i use version 4.032

thanks
  Topic: compiling error
bimba

Replies: 8
Views: 8708

PostForum: General CCS C Discussion   Posted: Sun Feb 17, 2013 3:52 pm   Subject: compiling error
The CCS manual suggests this to achieve what you appear to want:-
int1 done = adc_done();
while(!done)
{
done = adc_done();
}
Good idea to learn to use the co ...
  Topic: compiling error
bimba

Replies: 8
Views: 8708

PostForum: General CCS C Discussion   Posted: Sun Feb 17, 2013 2:51 pm   Subject: compiling error
dear all,

Please help me, i don't know why this code wouldn't compile.

thanks

#include <16F877A.h>
#device *= 16
#device adc=8
#fuses HS, NOWDT, NOPROTECT, NOLVP, PUT
#fuses NOBROW ...
  Topic: Too many nested #INCLUDEs error
bimba

Replies: 8
Views: 11463

PostForum: General CCS C Discussion   Posted: Tue Jan 15, 2013 4:28 pm   Subject: Too many nested #INCLUDEs error
thanks very much
  Topic: Too many nested #INCLUDEs error
bimba

Replies: 8
Views: 11463

PostForum: General CCS C Discussion   Posted: Mon Jan 14, 2013 1:59 am   Subject: Too many nested #INCLUDEs error
thanks very much. but how do i correct this.
  Topic: Too many nested #INCLUDEs error
bimba

Replies: 8
Views: 11463

PostForum: General CCS C Discussion   Posted: Sun Jan 13, 2013 12:35 pm   Subject: Too many nested #INCLUDEs error
What version compiler???

Its version 4.032
  Topic: Too many nested #INCLUDEs error
bimba

Replies: 8
Views: 11463

PostForum: General CCS C Discussion   Posted: Sun Jan 13, 2013 10:46 am   Subject: Too many nested #INCLUDEs error
Hello all,

Please I need to know where the error is in this code:

#include<16F877.h>
#fuses HS,NOWDT
#use delay(clock = 10000000)
#use rs232(baud=9600,parity=N,xmit=pin_C6,r ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group