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 ther开发者_运维技巧e an easy way for me to access the functions in the developer kit by somehow linking java and C#?
I'm not sure when it was added, but there is currently a EMDK FOR .NET as well.
Motorola has released at the end of august an EMDK for Java RFID:
The Java RFID class library supports the following feature:
- Connection Management (Open/Close connection to the reader)
- Configuration 1. Antenna 2. RF Mode 3. Singulation
- Inventory 1. Simple 2. Trigger Based (Start & Stop)
- Access (Both Synchronous and Asynchronous) 1. Read 2. Write 3. Lock 4. Kill 5. Block Erase 6. Block Perma Lock 7. Access sequence
- Filter 1. Pre-Filter 2. Access Filter 3. Post Filter
- RM (Reader Management) APIs
- NXP Tag support
- Tag Locationing
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.
精彩评论