Justin
Justin

Reputation: 11

Using C# RFID package with Java

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

Answers (3)

Justin Killen
Justin Killen

Reputation: 737

I'm not sure when it was added, but there is currently a EMDK FOR .NET as well.

Upvotes: 1

AykutE
AykutE

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

pfmaggi
pfmaggi

Reputation: 6476

Motorola has released at the end of august an EMDK for Java RFID:

The Java RFID class library supports the following feature:

  1. Connection Management (Open/Close connection to the reader)
  2. Configuration 1. Antenna 2. RF Mode 3. Singulation
  3. Inventory 1. Simple 2. Trigger Based (Start & Stop)
  4. Access (Both Synchronous and Asynchronous) 1. Read 2. Write 3. Lock 4. Kill 5. Block Erase 6. Block Perma Lock 7. Access sequence
  5. Filter 1. Pre-Filter 2. Access Filter 3. Post Filter
  6. RM (Reader Management) APIs
  7. NXP Tag support
  8. Tag Locationing

Upvotes: 0

Related Questions