hadeelqasaimeh
Joined: 05 Jan 2006 Posts: 105
|
rfid help |
Posted: Wed Jun 04, 2008 4:46 pm |
|
|
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 |
|