marcus905 / libnfc

Automatically exported from code.google.com/p/libnfc
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Support more target types: B', B-3, etc #168

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When ISO14443B modulation type is supported, its possible to detect more tag 
types: ie. B' (Calypso tags, etc).

It should be great to have them supported in libnfc.

Original issue reported on code.google.com by romu...@libnfc.org on 3 May 2011 at 5:41

GoogleCodeExporter commented 9 years ago
010b3f80: typeB' APGEN
0600:     ST SR family Activate
10:       ASK REQT (CTS256B, CTS512B, CTM512B ?)

Original comment by yob...@gmail.com on 5 May 2011 at 11:08

GoogleCodeExporter commented 9 years ago
r1045 add a partial support for ISO/IEC 14443 B' aka Type B' (only a SELECT 
command).

Original comment by romu...@libnfc.org on 6 May 2011 at 2:37

GoogleCodeExporter commented 9 years ago

Original comment by romu...@libnfc.org on 6 May 2011 at 2:38

GoogleCodeExporter commented 9 years ago
r1048 adds a partial support (list) for ISO14443B-3 ST SRx tags & initial 
framework for ISO14443B-3 ASK CTx, but more info needed to interpret data

Original comment by yob...@gmail.com on 6 May 2011 at 7:50

GoogleCodeExporter commented 9 years ago
r1073 allows to discover one ASK CTS512B (C.Ticket) with nfc-list

Original comment by yob...@gmail.com on 11 May 2011 at 11:03