android - Reading data in NFC phone, with NFC Reader -


in project, need send 9 digit number nfc reader via nfc phone. nfc reader should read data, , use in windows project.

i have samsung note 3 nfc phone, , acr122l nfc reader.

i've been searching it, couldn't find answer.

how can send data ? there example, or sample cod?

the easiest way use hce (host card emulation) on android device. https://developer.android.com/guide/topics/connectivity/nfc/hce.html

nfc reader on windows "see" card, when tap phone.

update1

regarding windows reader sample, have @ tutorial: http://the--semicolon.blogspot.fr/p/this-is-simple-way-to-restart-your.html

and of course @ official doc acs: http://www.acs.com.hk/en/products/144/acr122l-visualvantage-serial-nfc-reader-with-lcd/


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -