Command-line support for raw commands
Python module wrapper for libpcsclite
Brought to you by:
rstuart
I was using usimtool.py to experiment with commands that aren't suppported natively - in this case, I was looking at variations on the AUTHENTICATE instruction. I've added a "raw:" option that allows the full command to be passed on the command line.
Is this something you'd be interested in taking? (Patch file attached.)
Geezz, I just noticed this ticket. usimtool.py has supported raw commands from day 1. You just put the raw hex on the command line, like:
It was documented in http://python-pcsclite.sourceforge.net/doc/html/index.html#the-usimtool-py-program (search for hex-apdu) but wasn't in the usage message. I've added it to the usage message.