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 16 matches
CCS Forum Index
Author Message
  Topic: why isn't working
idris

Replies: 19
Views: 24840

PostForum: General CCS C Discussion   Posted: Thu Apr 17, 2014 10:14 am   Subject: why isn't working
we fixed thanks every one last code here now ı have to understood how work DS18B20 because is not measuring correctly every moment changing on screen


#include <18F4550.h>
#device ADC=10
...
  Topic: why isn't working
idris

Replies: 19
Views: 24840

PostForum: General CCS C Discussion   Posted: Thu Apr 17, 2014 12:56 am   Subject: why isn't working
Real hardware I'm using and you right I have to survive but what I suppose to do? Thanks.
  Topic: why isn't working
idris

Replies: 19
Views: 24840

PostForum: General CCS C Discussion   Posted: Wed Apr 16, 2014 10:38 pm   Subject: why isn't working
I search ccs manual and prepare again code:

while(1)
{
bilgi=read_adc();
delay_ms(100);
voltaj=(0.0048828125*bilgi)*1000;
sicaklik=(vo ...
  Topic: why isn't working
idris

Replies: 19
Views: 24840

PostForum: General CCS C Discussion   Posted: Wed Apr 16, 2014 2:13 pm   Subject: why isn't working
may ı cry aaaaaaaaaaaaaaaaaaaaaaaa
any way last question

++++++++++++++++++++++++++++++++++ in this point how ı show the sicaklik value on screen ı tried glcd_text57 but ı couldn't thanks

...
  Topic: why isn't working
idris

Replies: 19
Views: 24840

PostForum: General CCS C Discussion   Posted: Wed Apr 16, 2014 2:05 pm   Subject: why isn't working
ı tried before lcd_init but not working

ı connect pins ı checked again what ı define;

#define LCD_ENABLE_PIN PIN_B4
#define LCD_RS_PIN PIN_B2 ...
  Topic: why isn't working
idris

Replies: 19
Views: 24840

PostForum: General CCS C Discussion   Posted: Wed Apr 16, 2014 1:51 pm   Subject: why isn't working
i tired this there is anything on screen,


#include <18F4550.h>
#device ADC=10

#FUSES NOWDT //No Watch Dog Timer
#FUSES PLL1 //No PLL PreScaler
...
  Topic: why isn't working
idris

Replies: 19
Views: 24840

PostForum: General CCS C Discussion   Posted: Wed Apr 16, 2014 1:42 pm   Subject: why isn't working
I tried, there is some life on the screen but no character like just death pixels for a moment

#include <18F4550.h>
#device ADC=10

#FUSES NOWDT //No Watch Dog Timer
# ...
  Topic: why isn't working
idris

Replies: 19
Views: 24840

PostForum: General CCS C Discussion   Posted: Wed Apr 16, 2014 12:44 pm   Subject: why isn't working
ı can work this project with both "//#include <HDM64GS12.c>
//#include <graphics.c>" but when ı define lcd.c, there is no life on screen


#include <18F4550.h>
#devi ...
  Topic: a little bit help ı couldn't work
idris

Replies: 19
Views: 29353

PostForum: General CCS C Discussion   Posted: Wed Apr 09, 2014 4:25 am   Subject: a little bit help ı couldn't work
here it is ı changed stilllcd not working

lcd connect same

#define LCD_ENABLE_PIN PIN_D0
#define LCD_RS_PIN PIN_D1 ...
  Topic: a little bit help ı couldn't work
idris

Replies: 19
Views: 29353

PostForum: General CCS C Discussion   Posted: Tue Apr 08, 2014 12:22 pm   Subject: a little bit help ı couldn't work
led is working, complier is working but there is no figure on screen

#include <asd.h>

#define LCD_ENABLE_PIN PIN_B5
#define LCD_RS_PIN PIN_B6 ...
  Topic: a little bit help ı couldn't work
idris

Replies: 19
Views: 29353

PostForum: General CCS C Discussion   Posted: Tue Apr 08, 2014 12:17 pm   Subject: a little bit help ı couldn't work
sorry for that admin

I will check myself and I add a led pin_b7

output_high(pin_b7);
delay_ms(500);
output_low(pin_b7);
delay_ms(500);

It's working but lc ...
  Topic: a little bit help ı couldn't work
idris

Replies: 19
Views: 29353

PostForum: General CCS C Discussion   Posted: Tue Apr 08, 2014 10:40 am   Subject: a little bit help ı couldn't work
no ı found problem but the problem is so holy ı guess computer thought like holly any way

ı'm gonna break these computer there is no hope for me, ı can not work really easy code, pls someone h ...
  Topic: a little bit help ı couldn't work
idris

Replies: 19
Views: 29353

PostForum: General CCS C Discussion   Posted: Tue Apr 08, 2014 1:15 am   Subject: a little bit help ı couldn't work
you 're master, ı will do what you ever you said

1) Power is correct. >>>>>yes correct
2) Reset circuit is correct. >>>>>yes
3) Clock oscillator is running. > ...
  Topic: a little bit help ı couldn't work
idris

Replies: 19
Views: 29353

PostForum: General CCS C Discussion   Posted: Tue Apr 08, 2014 12:36 am   Subject: a little bit help ı couldn't work
I'm trying to get any figure on the screen. but code not working, anyway I will add delay_ms(1000); before LCD_init(); hope work this time thanks.

#include <18f4550.h>
#fuses HS,NOWDT,NOPR ...
  Topic: a little bit help ı couldn't work
idris

Replies: 19
Views: 29353

PostForum: General CCS C Discussion   Posted: Mon Apr 07, 2014 10:45 pm   Subject: a little bit help ı couldn't work
I'm really appreciative but still not working.

#include <18f4550.h> // Kullanılacak denetleyicinin başlık dosyası tanıtılıyor.

// Denetleyici konfigürasyon ayarları
#fuses HS ...
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group