# ACS-ACR122U-NFC-Reader **Repository Path**: QTDesign/ACS-ACR122U-NFC-Reader ## Basic Information - **Project Name**: ACS-ACR122U-NFC-Reader - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-08 - **Last Updated**: 2024-11-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ACS ACR122U NFC Reader / Writer ========= Python based reader/writer that is used to read tag data from the NFC ISO 14443 Type A and B cards, Mifare, FeliCa, and all 4 types of NFC (ISO/IEC 18092) tags. Code provides a basic framework used to grab tag data. #Environment Tested under OS X Mavericks using a Debian virtual machine. If you are using a virtual machine to boot Linux, Google "Virtual USB Configuration" or use this [link](http://greatxam.wordpress.com/2010/11/23/virtualbox-usb-configuration/). You will have to do this if you are using a VM, otherwise the ACR122U reader will not mount to the virtual machine. #Tech [pyscard] - python for smart cards Installation -------------- ```sh sudo apt-get install python-pyscard python NFCReader.py ``` Update (August 2018) -------------- Hi everyone! I am ecstatic to soon push out a much-needed update to this project! Recently, I've been experimenting with simpler ways to read to NFC and also write to NFC that works on both Windows and Mac and has a more extensive list of features. I'm currently opening up the new project to a select few users (limited spots) before a general release (TBD). Sign up below: [tagrightlabs.com](https://tagrightlabs.com) Also please don't hesitate to reach out directly to me at [contact@tagrightlabs.com](mailto:contact@tagrightlabs.com) Thank you in advance! License ---- MIT [pyscard]:http://pyscard.sourceforge.net/