]> sigrok.org Git - libsigrokdecode.git/commit - decoders/sle44xx/pd.py
sle44xx: introduce decoder for Siemens memory cards
authorFederico Cerutti <redacted>
Sat, 4 Jan 2020 10:48:35 +0000 (11:48 +0100)
committerGerhard Sittig <redacted>
Sun, 30 Aug 2020 05:23:11 +0000 (07:23 +0200)
commit7e87b2f7522312d5dda5231c1de75fb6bbbdf60c
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]