I am trying to run one of the SDK RFID samples on a Motorola MC75A (windows), but I am getting the following error - can anyone help? thanks
Asked
Active
Viewed 1,437 times
2

okenshield
- 566
- 8
- 23
1 Answers
1
I believe that the MC75A does not have UHF RFID, but only HF RFID which does not work with the samples and .dll provided with the EMDK. I have worked on the MC75A a year ago and you had to download a different package for that. Please let me know if this is not the case with your device. You might solve this problem in two ways:
Downloading what Motorola calls: "HF RFID API and Samples v81.01.00 for MC75A"
If that does not work maybe you have a corrupted OS in which case you might need to reinstall it (I don't think this is the case).
Good luck!

Ionut Ciobanu
- 346
- 2
- 8
-
I downloaded the .net 2008 sdk samples but when I run the program it the rfid is not active? – okenshield Jul 02 '14 at 11:50
-
What do you mean not active? From what I remember the sample should have sufficient methods for connecting to the RFID Reader, running inventory and other usual operations. You need to remember that HF RFID does not have the same range and performance as UHF RFID, so reading distance will only be a few centimeters. I haven't used the C sample myself but I used the code to guide me in a C# application with all the basic functions marshaled into .NET. It works pretty good and the marshaling is not very difficult from what I can remember. – Ionut Ciobanu Jul 03 '14 at 18:51