Author |
Message |
Topic: LCD 16x2 with pic16f877a |
muzakyo
Replies: 17
Views: 23533
|
Forum: General CCS C Discussion Posted: Wed Apr 06, 2011 7:14 am Subject: LCD 16x2 with pic16f877a |
this is the detail of my hardware
processor : 16F877A
cytron starter kits : SK40C
LCD Microcontroller
RD4 RD4
RD5 RD5
RD6 ... |
Topic: LCD 16x2 with pic16f877a |
muzakyo
Replies: 17
Views: 23533
|
Forum: General CCS C Discussion Posted: Tue Apr 05, 2011 9:02 am Subject: LCD 16x2 with pic16f877a |
Why when I try the lcd there are nothing display on it? It is look like below picture nothing on it....
http://img534.imageshack.us/img534/7528/picexample3.jpg
#include <16F877a.h>
#inclu ... |
Topic: LCD 16x2 with pic16f877a |
muzakyo
Replies: 17
Views: 23533
|
Forum: General CCS C Discussion Posted: Sun Apr 03, 2011 5:18 am Subject: LCD 16x2 with pic16f877a |
After do the the change the program become like this. Please anyone give comment to this program....?
#include <16f877a.h>
#use delay(clock=20000000)
#fuses hs,noprotect,nowdt, no ... |
Topic: LCD 16x2 with pic16f877a |
muzakyo
Replies: 17
Views: 23533
|
Forum: General CCS C Discussion Posted: Sat Apr 02, 2011 12:50 pm Subject: LCD 16x2 with pic16f877a |
in this part always show "undefined identifier r1" when i compile the program... why?
else if(r1 > r2)
{
void motor_fwd()
} |
Topic: LCD 16x2 with pic16f877a |
muzakyo
Replies: 17
Views: 23533
|
Forum: General CCS C Discussion Posted: Sat Apr 02, 2011 6:17 am Subject: LCD 16x2 with pic16f877a |
someone please comment my program.... ? i dont know where the mistake i do ......
#include <16f877a.h>
#use delay(clock=20000000)
#fuses hs,noprotect,nowdt, nolvp
#define use_por ... |
Topic: LCD 16x2 with pic16f877a |
muzakyo
Replies: 17
Views: 23533
|
Forum: General CCS C Discussion Posted: Fri Apr 01, 2011 12:19 pm Subject: LCD 16x2 with pic16f877a |
i use lcd from cytron.com 16x2. did i need put this command in my programm...?
#define rs RB4
#define e RB5
#define lcd_data PORTD
#define SW1 RB0
#define SW2 RB1
#define LED ... |
Topic: LCD 16x2 with pic16f877a |
muzakyo
Replies: 17
Views: 23533
|
Forum: General CCS C Discussion Posted: Fri Apr 01, 2011 10:01 am Subject: LCD 16x2 with pic16f877a |
tq...
i don't know what the problem here, there is error with this program
else if(r1 > r2)
{
void motor_fwd()
}
i t ... |
Topic: LCD 16x2 with pic16f877a |
muzakyo
Replies: 17
Views: 23533
|
Forum: General CCS C Discussion Posted: Thu Mar 31, 2011 8:37 pm Subject: LCD 16x2 with pic16f877a |
Hello i am truly newbie in the ccs programming.
Right now i am doing my project for solar tracker.
So i just create program and i don't know what is the problem with it.
So please help me correct ... |
|