Dear Gagnon / Mandy,
At my place, we have programs to deal with RFID readers. The current one is written in C# (dotnet), not in VFP. I have not tried to port it to VFP so far.
Usually, RFID supplier will give you SDK files (DLLs) along with documentation, sample codes in different languages and most probably with an elaborated application (usually that comes in DotNet I have seen).
First step is to check if there is a documentation came with reader or maybe available publically on internet.
Usually RFID tag can hold different info on different layers built into it and usually RFID readers can be programmed to configure what all information it should read when a tag comes within proximity of a reader. You can program many things including signal strength/sensitivity, beep on read, relay etc etc. All these things depends what the supplier has provided you or maybe, what all things you're allowed to program in their readers.
As for Mandy's query, even though the basic principles are same, suppliers may have their own modifications/differences in reading process and hence one program written according (rather aiming) a particular company's reader may not work with another brand. By the way, I don't have thorough knowledge on deep details of RFID as a whole.
If you can say for what purpose and how you're using it, perhaps I can help you by going through my code here and giving you some clue. I cannot post the code as it is here (company policies) and also because it's not in VFP anyway.
Thanks,
Rajesh