Author |
Message |
Topic: problem : 4x4 keypad & 4x20 lcd |
eiji
Replies: 12
Views: 20249
|
Forum: General CCS C Discussion Posted: Mon Oct 20, 2008 4:47 am Subject: problem : 4x4 keypad & 4x20 lcd |
After doing some testing for a while, I think I found the problem:
if(strcmp(string, password)==0) // this line never true because
string[j]=k // ... |
Topic: problem : 4x4 keypad & 4x20 lcd |
eiji
Replies: 12
Views: 20249
|
Forum: General CCS C Discussion Posted: Sun Oct 19, 2008 12:17 pm Subject: problem : 4x4 keypad & 4x20 lcd |
could any genius help me? |
Topic: Problem: How to jump the delay |
eiji
Replies: 9
Views: 9048
|
Forum: General CCS C Discussion Posted: Tue Oct 07, 2008 4:33 am Subject: Problem: How to jump the delay |
Thank you very much sir:) I'm using 16F877. I looking forward for your next post sir, thank you so much |
Topic: Problem: How to jump the delay |
eiji
Replies: 9
Views: 9048
|
Forum: General CCS C Discussion Posted: Tue Oct 07, 2008 4:02 am Subject: Problem: How to jump the delay |
do u meant using interrupt? basically that is my plan but actually I don't really understand the function of interrupt. I'm very beginner in PIC and i learnt it by myself. I've search through net but ... |
Topic: Problem: How to jump the delay |
eiji
Replies: 9
Views: 9048
|
Forum: General CCS C Discussion Posted: Tue Oct 07, 2008 2:26 am Subject: Problem: How to jump the delay |
Hello all
I have some confusion here, let see i built a program to ON the LED within 10 seconds using delay_ms(10000). But can i stop it when it was executing without having to wait 10 seconds? It' ... |
Topic: problem : 4x4 keypad & 4x20 lcd |
eiji
Replies: 12
Views: 20249
|
Forum: General CCS C Discussion Posted: Sun Sep 21, 2008 7:57 pm Subject: problem : 4x4 keypad & 4x20 lcd |
Dear forumers, can anyone help in checking my program? It's seems the LCD just shown "WRONG PASSWORD", although the password entered is correct (1234). Below is the coding:
#include<16 ... |
Topic: problem : 4x4 keypad & 4x20 lcd |
eiji
Replies: 12
Views: 20249
|
Forum: General CCS C Discussion Posted: Fri Sep 05, 2008 9:27 am Subject: problem : 4x4 keypad & 4x20 lcd |
You have series resistors in your circuit, not pull-ups. Also, it looks like
they are on the column pins, not the row pins.
1. Get rid of the series resistors.
2. Add pull-up resistors on ... |
Topic: problem : 4x4 keypad & 4x20 lcd |
eiji
Replies: 12
Views: 20249
|
Forum: General CCS C Discussion Posted: Thu Sep 04, 2008 1:34 am Subject: problem : 4x4 keypad & 4x20 lcd |
Sorry i forgot to include that. I've edited my post.thanks |
Topic: problem : 4x4 keypad & 4x20 lcd |
eiji
Replies: 12
Views: 20249
|
Forum: General CCS C Discussion Posted: Thu Sep 04, 2008 1:13 am Subject: problem : 4x4 keypad & 4x20 lcd |
Hello everyone. Could anyone help me solving my 4x4 keypad problem please? I'm using portB for the 4x20 lcd and portC and D for the 4x4 keypad. I think all the connections are right, with the 10K pull ... |
|