Skip to content

Instantly share code, notes, and snippets.

@vmlemon
Created January 19, 2012 22:18
Show Gist options
  • Save vmlemon/1643243 to your computer and use it in GitHub Desktop.
Save vmlemon/1643243 to your computer and use it in GitHub Desktop.
tyson@UmBongo:~/Documents$ nfc-mfultralight r - | strings
nfc-mfultralight: DBG nfc-mfultralight.c:184
nfc-mfultralight:
Checking arguments and settings
nfc-mfultralight: DBG nfc-mfultralight.c:205
nfc-mfultralight: Successfully opened the dump file
libnfc.general - 0 device(s) found using PN53x USB driver
libnfc.general - 1 device(s) found using ACR122 driver
libnfc.driver.acr122 - Attempt to connect to ACS ACR122U 00 00
libnfc.chip.pn53x - GetFirmwareVersion
libnfc.driver.acr122 - TX: ff 00 00 00 02 d4 02
libnfc.driver.acr122 - RX: d5 03 32 01 06 07 90 00
libnfc.chip.pn53x - Last command status: Success
libnfc.chip.pn53x - SetParameters
libnfc.driver.acr122 - TX: ff 00 00 00 03 d4 12 14
libnfc.driver.acr122 - RX: d5 13 90 00
libnfc.chip.pn53x - Last command status: Success
libnfc.general - [ACS ACR122U 00 00 / ACR122U103 - PN532 v1.6 (0x07)] has been claimed.
libnfc.chip.pn53x - ReadRegister
libnfc.driver.acr122 - TX: ff 00 00 00 04 d4 06 63 3d
libnfc.driver.acr122 - RX: d5 07 00 90 00
libnfc.chip.pn53x - Last command status: Success
libnfc.chip.pn53x - RFConfiguration
libnfc.driver.acr122 - TX: ff 00 00 00 04 d4 32 01 00
libnfc.driver.acr122 - RX: d5 33 90 00
libnfc.chip.pn53x - Last command status: Success
libnfc.chip.pn53x - RFConfiguration
libnfc.driver.acr122 - TX: ff 00 00 00 04 d4 32 01 01
libnfc.driver.acr122 - RX: d5 33 90 00
libnfc.chip.pn53x - Last command status: Success
libnfc.chip.pn53x - RFConfiguration
libnfc.driver.acr122 - TX: ff 00 00 00 06 d4 32 05 ff ff ff
libnfc.driver.acr122 - RX: d5 33 90 00
libnfc.chip.pn53x - Last command status: Success
libnfc.chip.pn53x - ReadRegister
libnfc.driver.acr122 - TX: ff 00 00 00 0e d4 06 63 02 63 05 63 0d 63 38 63 3c 63 3d
libnfc.driver.acr122 - RX: d5 07 00 00 00 00 00 00 90 00
libnfc.chip.pn53x - Last command status: Success
libnfc.chip.pn53x - PN53X_REG_CIU_TxMode (Defines the transmission data rate and framing during transmission)
libnfc.chip.pn53x - PN53X_REG_CIU_RxMode (Defines the transmission data rate and framing during receiving)
libnfc.chip.pn53x - PN53X_REG_CIU_TxAuto (Controls the settings of the antenna driver)
libnfc.chip.pn53x - PN53X_REG_CIU_Control (Contains miscellaneous control bits)
libnfc.chip.pn53x - WriteRegister
libnfc.driver.acr122 - TX: ff 00 00 00 0e d4 08 63 02 80 63 03 80 63 05 40 63 3c 10
libnfc.driver.acr122 - RX: d5 09 90 00
libnfc.chip.pn53x - Last command status: Success
libnfc.chip.pn53x - RFConfiguration
libnfc.driver.acr122 - TX: ff 00 00 00 06 d4 32 05 00 00 02
libnfc.driver.acr122 - RX: d5 33 90 00
libnfc.chip.pn53x - Last command status: Success
libnfc.chip.pn53x - InListPassiveTarget
libnfc.driver.acr122 - TX: ff 00 00 00 04 d4 4a 01 00
libnfc.driver.acr122 - RX: d5 4b 01 01 00 44 00 07 04 1f 5a ba 34 23 80 90 00
libnfc.chip.pn53x - Last command status: Success
libnfc.chip.pn53x - InDataExchange
libnfc.driver.acr122 - TX: ff 00 00 00 05 d4 40 01 30 00
libnfc.driver.acr122 - RX: d5 41 00 04 1f 5a c9 ba 34 23 80 2d 48 ff 7f e1 10 06 00 90 00
libnfc.chip.pn53x - Last command status: Success
libnfc.chip.pn53x - InDataExchange
libnfc.driver.acr122 - TX: ff 00 00 00 05 d4 40 01 30 04
libnfc.driver.acr122 - RX: d5 41 00 03 1d d1 01 19 55 01 74 74 61 67 2e 62 65 2f 6d 90 00
libnfc.chip.pn53x - Last command status: Success
libnfc.chip.pn53x - InDataExchange
libnfc.driver.acr122 - TX: ff 00 00 00 05 d4 40 01 30 08
libnfc.driver.acr122 - RX: d5 41 00 2f 30 34 31 46 35 41 42 41 33 34 32 33 38 30 9e 90 00
libnfc.chip.pn53x - Last command status: Success
libnfc.chip.pn53x - InDataExchange
libnfc.driver.acr122 - TX: ff 00 00 00 05 d4 40 01 30 0c
libnfc.driver.acr122 - RX: d5 41 00 35 e4 5f d9 49 53 00 bd 39 f7 8f 1f 00 00 00 00 90 00
libnfc.chip.pn53x - Last command status: Success
Connected to NFC device: ACS ACR122U 00 00 / ACR122U103 - PN532 v1.6 (0x07)
Found MIFARE Ultralight card with UID: 041f5aba342380
Reading 16 pages |................|
Done, 16 of 16 pages readed.
Writing data to file: - ... Done.
tyson@UmBongo:~/Documents$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment