You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like the ACR122 reader isn't supported for pn532emulate.py. It's not in the officially supported readers list, and if I try anyway I get the following error:
Traceback (most recent call last):
File "pn532emulate.py", line 135, in <module>
status= card.acs_send_apdu(PN532_APDU['TG_INIT_AS_TARGET']+mode+sens_res+uid+sel_res+felica+nfcid+lengt+gt+lentk+tk)
File "/home/nvidia/Documents/RFIDIOt/rfidiot/RFIDIOt.py", line 1186, in acs_send_apdu
result, sw1, sw2= self.acs_transmit_apdu(apduout)
File "/home/nvidia/Documents/RFIDIOt/rfidiot/RFIDIOt.py", line 1231, in acs_transmit_apdu
sw1 = response[-2]
IndexError: list index out of range
What would it take to get pn532emulate.py working with this reader?
The text was updated successfully, but these errors were encountered:
It looks like the ACR122 reader isn't supported for pn532emulate.py. It's not in the officially supported readers list, and if I try anyway I get the following error:
What would it take to get pn532emulate.py working with this reader?
The text was updated successfully, but these errors were encountered: