aboutsummaryrefslogtreecommitdiffstats
path: root/readers.py
AgeCommit message (Expand)AuthorFilesLines
2010-04-18FIX get_ATR for ISO 14443-3 BHenryk Plötz1-1/+1
2010-03-03Implement PC/SC GET DATA commandHenryk Plötz1-6/+60
2010-03-03Use proper target numberHenryk Plötz1-2/+1
2010-03-03Implement InListPassiveTargets response parsing for ISO 14443 BHenryk Plötz1-16/+34
2010-03-03Add quick and dirty fake ATR generation for T=CL tagsHenryk Plötz1-6/+32
2010-03-03Move InListPassiveTarget response parsing to PN532_Response_InListPassiveTarg...Henryk Plötz1-7/+7
2010-03-03Add class infrastructure for PN532 commandsHenryk Plötz1-1/+1
2010-03-03API CHANGE: Move CommandLineArgumentHelper to readers module to allow proper ...Henryk Plötz1-3/+40
2010-02-28+ Add parse_response_4BHenryk Plötz1-1/+2
2010-02-27Implement the card request loop in connect() in the Smartcard_Reader base cla...Henryk Plötz1-15/+38
2010-02-26Initial and very minimal support for ISO 14443-4 over PN532 over ISO 7816-3 T...Henryk Plötz1-1/+76
2010-02-26Move all PC/SC specific stuff to a separate class structure for readers (thus...Henryk Plötz1-0/+130