Glorithm
Glorithm

Reputation: 361

Development Library for NFC Reader ACR1222L

Does anyone know if there exist a development library for the ACR1222L USB NFC/LCD reader/writer? (I'm not sure if it is compatible with ACR122U or not, which libnfc is somewhat supporting it.)

ACR1222L product page

Appreciate any help.

Upvotes: 2

Views: 1678

Answers (1)

jim
jim

Reputation: 9138

I am sure you aware that there is an SDK available for the ACR122L (Serial) but not the ACR1222L (USB). These devices appear the same but the SmartCard connection methods/operations are completely different.

The ACR1222L that you are concerned about operates in a fashion that is closer to the ACR122U that it's serial counterpart (ACR122L).

I took a bunch of code that worked on the ACR122U and it also worked on the ACR1222L with little modification.

What platform are you developing on?

A good place to start would be with the ACR122U SDK then buy the ACR1222L.

I have developed for all three devices mentioned above.

Upvotes: 2

Related Questions