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 support@ccsinfo.com

rfid help

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
hadeelqasaimeh



Joined: 05 Jan 2006
Posts: 105

View user's profile Send private message

rfid help
PostPosted: Wed Jun 04, 2008 4:46 pm     Reply with quote

hi community
its first time to work on RFID, so i do search here in forum, i have some questions please:
1- em drivers can work with any RFID reader?or just a specific kind?
2- Ex_rfid communicate via RS485, can i modify it to communicate via rs232?
3- i cant understand this part of Ex_rfid code:
Code:

// RFID database, terminated with 5xzero

#define EEPROMCEIL 250            // MUST be under 255-5=250
#define EEPROMBASE 0x2100         // base address of EEPROM
#rom  EEPROMBASE = { 32, 72,185, 90,  2,
                      1,  2,  3,  4,  5,
                      0,  0,  0,  0,  0
                   }              // EEPROM data


thank you
PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

PostPosted: Wed Jun 04, 2008 4:52 pm     Reply with quote

The Ex_rfid.c file has an explanation of that code at the top of the file:
Quote:

Checks received RFID, and compares the ID to an ID
stored in the EEPROM - if the IDs match then it lights the
green LED. If the IDs don't match then it lights the red LED.
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group