Reputation: 11
I am looking to access a FX7400 RFID reader with a Java application, unfortunately the only developer kits they offer for the reader are .NET and C. Is there an easy way for me to access the functions in the developer kit by somehow linking java and C#?
Upvotes: 1
Views: 2775
Reputation: 737
I'm not sure when it was added, but there is currently a EMDK FOR .NET as well.
Upvotes: 1
Reputation: 36
Motorola has SDK for FX7400 rfid reader named "EMDK FOR JAVA". inside of this sdk there is an rfid example for fx7400. You run this ex on eclipse(java program) this program can connect, read, write, and has alot of classes for rfid. you can check this for java code.
Upvotes: 0
Reputation: 6476
Motorola has released at the end of august an EMDK for Java RFID:
The Java RFID class library supports the following feature:
Upvotes: 0