sle44xx: introduce decoder for Siemens memory cards
commit7e87b2f7522312d5dda5231c1de75fb6bbbdf60c
authorFederico Cerutti <federico@ceres-c.it>
Sat, 4 Jan 2020 10:48:35 +0000 (4 11:48 +0100)
committerGerhard Sittig <gerhard.sittig@gmx.net>
Sun, 30 Aug 2020 05:23:11 +0000 (30 07:23 +0200)
tree2ce0d6a94ba901d9e4a1256c3c7bb697dbbb03c6
parent296c29a33b9894b27686e56cb4368d61c7c815aa
sle44xx: introduce decoder for Siemens memory cards

Introduce an initial implementation of the SLE44xx protocol decoder for
Siemens/Infineon SLE 4418/28/32/42 memory cards. ATR (Answer To Reset),
command and data bytes get displayed, and RESET/abort events are marked.
Extracted data bytes are made available as binary output.
decoders/sle44xx/__init__.py [new file with mode: 0644]
decoders/sle44xx/pd.py [new file with mode: 0644]