Using the RDM630 RFID Tag Reader and NewSoftwareSerial library

Thanks all,
I changed the Recieve_RFID Function to this, but it still won't work :confused:

void Recieve_RFID() {
if(RFID.available() >= 13) {
for(int i = 0; i <= 13; i++) { //Recieve data coming from RFID Reader
RFID_Data* = RFID.read(); //Store it in a string*

  • if(i == 13) {*
  • RFID_Data_Stored = true; //Tell the Arduino that there is data stored*
  • }*
  • }*
  • }*
    }
    [/quote]
    And AWOL, I know! That was my original post :wink: