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 10 matches
CCS Forum Index
Author Message
  Topic: ds18b20 glcd problem? Help!
oburak90

Replies: 18
Views: 22600

PostForum: General CCS C Discussion   Posted: Thu Nov 24, 2011 7:18 am   Subject: ds18b20 glcd problem? Help!
i have some exam. i when finish all of them i build its on board. and try its. i take some photo. i want run the project succesfuly.. i write here after try its. Thanks...
  Topic: ds18b20 glcd problem? Help!
oburak90

Replies: 18
Views: 22600

PostForum: General CCS C Discussion   Posted: Tue Nov 22, 2011 4:28 pm   Subject: ds18b20 glcd problem? Help!
sht11 only build on proteus and i see on temp=-40.0 HUD=-4.6 and not change =( glc is a problem.
  Topic: ds18b20 glcd problem? Help!
oburak90

Replies: 18
Views: 22600

PostForum: General CCS C Discussion   Posted: Tue Nov 22, 2011 11:23 am   Subject: ds18b20 glcd problem? Help!
both =).. i try on proteus its dont work i search on google and i cant found anything after i use 2x16 lcd it is work.. i thinks proteus have a bug i build it on board and try it. i build on board glc ...
  Topic: ds18b20 glcd problem? Help!
oburak90

Replies: 18
Views: 22600

PostForum: General CCS C Discussion   Posted: Mon Nov 21, 2011 5:29 pm   Subject: ds18b20 glcd problem? Help!
Firstly thanks John..

2x16 lcd schematic and codes;
-#include <16F877A.h>
#fuses xt,nowdt,noprotect,nobrownout,nolvp,noput,nowrt,nodebug,nocpd
#use delay(clock=4000000)
# ...
  Topic: ds18b20 glcd problem? Help!
oburak90

Replies: 18
Views: 22600

PostForum: General CCS C Discussion   Posted: Sun Nov 20, 2011 2:02 am   Subject: ds18b20 glcd problem? Help!

arayı silmez isen yazilar üst üste cikar

glcd_rect(57,24,110,40, YES,0); //siyah yaziyi sil yeşil yap
glcd_rect(57,24,110,40, YES,1); //siyah icindekiyaziyi sil siyah yap ...
  Topic: ds18b20 glcd problem? Help!
oburak90

Replies: 18
Views: 22600

PostForum: General CCS C Discussion   Posted: Sun Nov 20, 2011 1:22 am   Subject: ds18b20 glcd problem? Help!
data = (float)f_temp;
glcd_rect(57,24,110,40, YES,0); //arayi sil ** burasi 0 ise
sprintf(str,"%4.1f",data);
glcd_text57(60,25,str,2,1); //**burasi ...
  Topic: ds18b20 glcd problem? Help!
oburak90

Replies: 18
Views: 22600

PostForum: General CCS C Discussion   Posted: Sun Nov 20, 2011 1:02 am   Subject: ds18b20 glcd problem? Help!
float tipinde data diye bir değişken tanımladım,
str diye 15 elemanlı bir char dizisi tanımladım,
glcd_rect(57,24,110,40, YES,0); //arayi sil ==> yazımızı glcd den temizledik..
data=( ...
  Topic: ds18b20 glcd problem? Help!
oburak90

Replies: 18
Views: 22600

PostForum: General CCS C Discussion   Posted: Sat Nov 19, 2011 5:16 pm   Subject: ds18b20 glcd problem? Help!
my english is bad.. sorry for this =)..
  Topic: ds18b20 glcd problem? Help!
oburak90

Replies: 18
Views: 22600

PostForum: General CCS C Discussion   Posted: Sat Nov 19, 2011 5:15 pm   Subject: ds18b20 glcd problem? Help!
I must use glcd. This codes for begin my project. My glcd's output "TEMP: 0.0 C" 2x16lcd works fine, but glcd don't work with ds18b20.

f_temp = ds1820_read();

is not working wi ...
  Topic: ds18b20 glcd problem? Help!
oburak90

Replies: 18
Views: 22600

PostForum: General CCS C Discussion   Posted: Sat Nov 19, 2011 3:07 pm   Subject: ds18b20 glcd problem? Help!
I want see temperature on glcd, but I can't.
My problem is ds18b20 and glcd 128x64 ks0108.
I take the codes http://www.ccsinfo.com/forum/viewtopic.php?t=28425

When I use 16f877a and 2x16 lcd I ca ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group