Author |
Message |
Topic: RFID coding |
yasotha
Replies: 8
Views: 13131
|
Forum: General CCS C Discussion Posted: Sat May 12, 2012 8:45 am Subject: hi.. |
#include <18F4525.h>
#include <string.h>
/*configuration*/
#FUSES NOWDT //No Watch Dog Timer
#FUSES HS //Crystal Osc (<= 4mhz)
#FUSES PUT // ... |
Topic: RFID coding |
yasotha
Replies: 8
Views: 13131
|
Forum: General CCS C Discussion Posted: Wed Apr 11, 2012 10:42 am Subject: HI |
Hi, I don't really get the meaning. I have searched in c manual but I really don't understand. |
Topic: RFID coding |
yasotha
Replies: 8
Views: 13131
|
Forum: General CCS C Discussion Posted: Mon Apr 09, 2012 2:20 am Subject: RFID coding |
Good day everyone,
Here I've attached the coding I've done for RFID (read & display tags ID on LCD). I'm able to read all the tags id but then when I altered the coding where few tags should be ... |
Topic: Keypad problem |
yasotha
Replies: 6
Views: 16998
|
Forum: General CCS C Discussion Posted: Tue Mar 06, 2012 11:36 pm Subject: hi.. |
I figured it out myself... |
Topic: Keypad problem |
yasotha
Replies: 6
Views: 16998
|
Forum: General CCS C Discussion Posted: Tue Mar 06, 2012 11:26 pm Subject: hi..need help |
I've tried the codings given above exactly but yet i encountered some errors in kbd_buffer.c
undefined identifier --lcd_putc (4errors)
undefined identifier --lcd_init (1 error)
I don't know ho ... |
Topic: Need help on keypad and RFID door lock |
yasotha
Replies: 5
Views: 9151
|
Forum: General CCS C Discussion Posted: Mon Mar 05, 2012 1:27 am Subject: Need help on keypad and RFID door lock |
Hi, I'm currently doing my project on Keypad & RFID door lock. I tried to do coding testing for keypad and run in Proteus, but I couldn't get the desired output on lcd... here's my coding. Can any ... |
|